Recent Topics

1 Dec 01, 2005 17:13    

Ok, I guess I broke something as I had this working then suddenly it's not.

The stuff on the right side of the page is breaking and moving to the left <fixed problem> - how can I fix this? I don't know what is causing the problem.

Also, can someone tell me which part of the CSS colors the number of posts in the archive section? (they are grey here)

2 Dec 01, 2005 20:40

I'll start with your second question:

.dimmed {
color: #F00;
}

3 Dec 01, 2005 20:45

You must be missing a </div> tag right before the beginning of the sidebar. You should check out the web developer extension for firefox

http://chrispederick.com/work/webdeveloper/

It will make these things easier for you to track down.

4 Dec 02, 2005 16:08

It was actually rather retarded...I had deleted a bunch of garbage posts which caused there to be nothing to hold that div to the right.


Form is loading...