View Full Version : css help please
Cariad
02-21-2005, 04:07 PM
Never mind, figured it out. Tks
Can anyone tell me why my archives aren't starting where they're suppose to, and centered please.
here (http://cariadsrealm.net/journal/?m=200403)
LissaKay
02-21-2005, 04:32 PM
<body>
***<div id="rap">
<div id="navcontainer">
<ul id="navlist">
<li><a href="/journal/wp-admin/post.php?PHPSESSID=d4aa9d8ac818e34631c97b1e6e9e4685">Login</a></li>
<li><a href="http://www.cariadsrealm.net">Home</a></li>
<li><a href="/journal/rules.php?PHPSESSID=d4aa9d8ac818e34631c97b1e6e9e4685">FAQ</a></li>
<li><a href="/journal/About.php?PHPSESSID=d4aa9d8ac818e34631c97b1e6e9e4685">About </a></li>
<li><a href="http://cariadsrealm.net/web2mail/web2mail.php">Contact</a></li>
<li><a href="http://gallery.cariadsrealm.net">Gallery</a></li>
</ul>
</div>
<h1 id="header"><a href="http://cariadsrealm.net/journal"></a></h1>
<div id="content">
<!-- end header -->
***<div id="rap"><div id="content"><div class="storycontent">
You've got an extra "rap" ID stuck in there. "Content" is being pushed over by the value of margin: auto; width: 770px; twice.
Also, there are 2 unclosed DIVs, plus HTML and BODY aren't closed. Looks like the end of the page got cut off or something.
And ... it looks like you fixed it. I just refreshed your page and it's all centered now ...
I'll just be toddling along now .....
Cariad
02-21-2005, 04:39 PM
heh, thanks Lisa.
I've been having problems with WP since last night. Upgraded to 1.5 and everything has changed. Had to totally redo the blog. It's been a pain in the arse.
Now all I have to do is clean up the css, it's a mess in there. Don't know what tags I'm using and what tags I'm not. Bah!