You are here:  » Identical sites but one has a style error

Support Forum



Identical sites but one has a style error

Submitted by redspan on Wed, 2008-02-20 13:10 in

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

Submitted by support on Wed, 2008-02-20 17:08

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.

Submitted by redspan on Thu, 2008-02-21 07:20

I found the error. A missing > from the end of a comment.

Thanks for the suggestion anyway.