Remove the h3 tags around the ul and use css to change the formating, like it is designed to do
header tags (h1 to h5) are not ment to style your content, the are intended to be used for headers (captain obvious
).
Infact you should never use html tags to apply a certain styling to your page, you should always use css rules.
HTML marks up the page, and CSS styles it
Also get rid of that 500kb gif
it looks pants because it's over compressed, and its huuuudge.
quote:
Originally posted by Absorbation
just code:
alt = ""
in your image tags
you better not be implying that he uses blank alts to sidestep the validator, if you are then you should be shot
Doing things like that just to sidestep validation make your page no better. Alt attributes are important for people using text browsers and incase the image dies (along with countless other reasons)
if you meant include alt tags that arn't blank then ignore me