Richard Brown wrote:
> Many thanks for the tips. I have applied them and started tidying 
> things up a bit. However, things seem to be going very wrong! As in I 
> have applied the "clear: both" and also "margin: 0 auto" and yet they 
> don't seem to be doing anything!
> 

Hi Rich,

Only 3 issues:

1. The 'margin: 0 auto;' declaration within your #rap rule is cancelled 
out by the final 'margin: 0 0 0 50px;' declaration (this is why it won't 
centre)

2. You have a left parenthesis rather than a left brace or 'curly 
bracket' at the start of your '#sidebar img' rule.

3. A couple of other errors within your CSS: the body rule has 
'font-size: 100.01%/1.2;' and your IE hack for the #sidebar rule starts 
with '*html' instead of '* html'


Run your CSS past the validator (or, do as I did and utilise the FF1.5 
Javascript console - it shows CSS errors too - check your FF 'Tools' menu!)

Merry Christmas - time to wrap the last of the prezzies now! :)

- Stuart


--
Stuart Homfray
http://www.stuarthomfray.co.uk/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to