Okay, at this point I'm getting really frustrated. After fixing my float problem in FF, I got a new problem with IE. The background doesn't extend the entire way down and the borders that are supposed to be around the posts are non-existantfor some reason. The spacing on the right side appears sometimes and sometimes doesn't no matter what browser I'm using, just depending on the computer (or maybe just different versions of the browsers. I didn't check) That one is the attachment "page" Now, I attempted to fix this problem by moving all the CSS code to one place (In the first one, it's in two different areas). That resulted in a lost of borders and spacing for the posts. I don't know why since nothing else changed and I simply copy and pasted the code to a different area. This one is the attachment "page2" Frustrated, I thought, "Well maybe I just coded something wrong" So I added doctype so I could run it through a validator. HTML 4.01 strict is the attachment "page3" and HTML 4.01 transitional is "page4" In both versions the posts disappear for some reason in FF. They are just nested Divs, so I have no clue why that happens. The background colors disappear in both IE and FF. And I just don't know what to do. Anyone have any ideas or suggestions that might help fix at least some of this.
This is interpreted as a none-closed comment: <!-------------------------Post code--------------------------!> At least, that's my guess. I believe the dashes have to be in multiples of four, but the best thing to do is use standard comments that are properly interpretted. <!-- This is a comment -->
See http://www.w3.org/MarkUp/html-spec/html-spec_3.html#SEC3.2.5 for comment markup and syntax. cheers, gary