Add text over header image [solved]
Posted: Sat Apr 23, 2011 10:35 am
How can I add text over my header image? I'd like to put some white text in the lower right hand corner on top of my header image.
I see this in my stylesheet Layout: Top menu + 2 columns:
Is this where I would put the text?
here's the site:
http://www.drfretgood.com
Thanks!
I see this in my stylesheet Layout: Top menu + 2 columns:
Code: Select all
div#header h2 {
/* this is where the site name is */
float: right;
line-height: 1.2em;
/* this keeps IE6 from not showing the whole text */
font-size: 1.5em;
/* keeps the size uniform */
margin: 35px 65px 0px 0px;
/* adjust according your text size */
color: #f4f4f4;
}
here's the site:
http://www.drfretgood.com
Thanks!