Quote Originally Posted by shazef View Post
Great, did that and seem to fix a couple of things - my heading won't center any more tho' "text align: center" doesn't get read in the <div statement when you view the page source.

Not urgent.

Thanks
open the stylesheet.css and change:

#logo {
margin:0;
float: left;
}

to

#logo {
margin:0;
text-align: center;
}