>> |
ac
!!VPzQAxYPAMA
>>95748 Went to your CSS file, lowercased everything. Also, it's 'sans-serif' not 'sansserif'. Also added a shit-ton of linebreaks and indented everything so it was actually readable, which made the places where you'd forgotten semicolons more obvious.
Indented your HTML properly. This didn't fix anything on its own, but made the spot where you'd missed the URL on one of the thumbnails a lot more obvious.
Took the style definitions out of your HTML since, once they were fixed in the CSS, they worked there. Made your HTML and CSS a hell of a lot simpler using divs and CSS instead of tables, but at the cost of losing the vertical centering.
|