Hi,
I have two sites with identical files and style sheets, but one of the title headers is not being formatted correctly on one of them. Can anyone spot the error?
The line in question is:
<h1 class="featured">Featured Products</h1>
It's correct on http://www.full-software-download.com/
But it's wrong on http://www.full-software-download.co.uk/
I've uploaded the same style sheet on both sites. Both style sheets contain the following line:
.featured, .banner, .banner h2 {color: #FFF; background:#666; padding:5px; margin:10px 0px 10px 0px; font-weight:bold; font-size:11px;}
Thanks,
Ben
I found the error. A missing > from the end of a comment.
Thanks for the suggestion anyway.
Hello Ben,
They're looking identical in my browser - have you made sure that you have CTRL+F5 (or deleted all temporary internet files) to make sure your browser is using the latest CSS on each site?
Cheers,
David.