Unfortunately, I'm on IE at the moment, so I can't see what's wrong with the layout. I'll have to check when I get home. For the others:
You're centering the tags in the tag cloud, but you only have four tags, so it's not going to look like anything. What are you trying to make it look like?
Centering the layout: In #container you have float: center; margin-left: 155px; "Center" isn't a valid argument for float; only left and right are allowed. Delete that line and change the margin-left to: margin: 0px auto;
I'm actually having the same problem; my margins are set correctly though (float is not center). It seems like the tags are lining up with the correct margin (compared to the link lists above them) but aren't truly in the center of the cloud.
Comments 5
You're centering the tags in the tag cloud, but you only have four tags, so it's not going to look like anything. What are you trying to make it look like?
Centering the layout: In #container you have
float: center;
margin-left: 155px;
"Center" isn't a valid argument for float; only left and right are allowed. Delete that line and change the margin-left to:
margin: 0px auto;
Reply
Reply
Unfortunately that does not center the layout in Firefox! (it defaults to the left).
The tags do not reach the left side of the side bar, they seem to stop where the 'TAGS' header ends (coincidence?).
Reply
Layout: You have a empty section at the end called "Utility". You need the code from the base Expressive stylesheet in there:
/* Clear floats - inspired by
Now with more ydnar ( ... )
Reply
Leave a comment