Correct URL
This url works, sorry. Can someone help please.
Classes
Wrong url above, I’m the biggest idiot on WordPress. This is the correct url. I’m sorry.
Have a look at your style sheet in your theme called style.css
Look for #header
and change it to:
#header {margin:0;}
That will take 10px off the top margin.
If you want it right at the very top of the page, change it to:
#header {margin: -10px 0 0 0;}
Not that margin. The big white space in the middle of the page. See where there is a huge white space in between “Schedule and Pricing ” title and the schedule.jpg picture?
Oh right – sorry that doesn’t happen in Firefox – I see it in IE6 though.
Put this in overwriting the current line under /*content*/ in your style sheet:
#content img,#contentwide img {border:1px solid #d0d0d0; float:left; margin:3px 5px 3px 0;}
You are f-ing awesome. Thank you SO MUCH!
Cool! Glad it worked out 🙂