Center Header Image
-
I’ve been trying to get the header centered on my website, but I can’t seem to find the trigger. The is the CSS coding where I think the problem lies.
html body {
background: #dedede url(images/header.gif) repeat-x;
margin: 0 auto;
font-size: 12px;
font-family: Arial, Verdana, Tahoma, Times New Roman;
line-height: 1.5em;
color: #888787;I have changed the background line to:
background: #dedede url(images/header.gif) repeat-x center;
While that centers the body, it cuts out the header.gif image completely.
Any tips for a CSS learner on the fly. (If it helps, this is in the Lafontis Magazine Theme).
Thanks!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘Center Header Image’ is closed to new replies.