Avatar of carolsanjose
carolsanjose
 asked on

html css php padding top 10px

How do I move the sentence circle in red down 10px?
Attached is the php code.
 
<p>
			<a href="<?php 
			if(get_option('boldy_blurb_page')!=""){
				echo get_permalink(get_option('boldy_blurb_page'));
			}elseif(get_option('boldy_blurb_link')!=""){
				echo get_option('boldy_blurb_link');
			} ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/images/but_blurb.png" alt=""  /></a>
			<?php echo get_option('boldy_blurb_text'); ?> 
			</p>

Open in new window


view of what I am trying to do

view live webpage here:
http://www.callcarol.com/example3/
CSSPHPHTML

Avatar of undefined
Last Comment
SSupreme

8/22/2022 - Mon
SSupreme

Have you done it?
szewkam

On what browser this sentence is bad aligned? I check it on FF4, and latest chrome and it was correclty aligned at the center of space
ASKER CERTIFIED SOLUTION
SSupreme

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
SSupreme

<a href="<?php 
			if(get_option('boldy_blurb_page')!=""){
				echo get_permalink(get_option('boldy_blurb_page'));
			}elseif(get_option('boldy_blurb_link')!=""){
				echo get_option('boldy_blurb_link');
			} ?>" target="_blank"><img src="<?php bloginfo('template_directory'); ?>/images/but_blurb.png" alt=""  /></a>
			<p><?php echo get_option('boldy_blurb_text'); ?> 
			</p>

Open in new window

Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes