View Single Post
Old 2007-01-07, 04:08 PM   #20
Maj. Stress
Progress rarely comes in buckets, it normally comes in teaspoons
 
Maj. Stress's Avatar
 
Join Date: Jun 2005
Location: Dark Side Of Naboo
Posts: 1,289
Licker,
I don't know if this will help with your images or not but you did not declare your doc type. Put this before your html tag.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">

Then you will have to add quotes around some values. border="1" cellpadding="0" etc. Then validate the code at w3.org and see if it makes any difference.
Maj. Stress is offline   Reply With Quote