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.
|