
Originally Posted by
scrapbook party
Ok, found the line in the stylesheet, adjusted the height to 350px.
Made the header, 350px x 950px and named it logo.jpg
uploaded the stylesheet, uploaded the header, but it isnt 'placed' properly!
What on earth did i do wrong! lol! I appear to have some extra lines under the header too!!
My site
Remove the height that you added to the stylesheet.css.
Then change this line:
Code:
#logo {padding-left: 15; padding-top: 15;}
to this:
Code:
#logo {padding-left: 0; padding-top: 0;}
Thanks,
Anne