Validation errors:
You are not properly closing your <br> and <img> tags, the should be written like this:
Quote:
<br />
<img src=xxxxxx.jpg width="xx" height="xx" alt="" />
|
You are also incorrectly defining dimensions on your images, leave off the 'px'.
In XHTML, you MUST close ALL tags.
You have div ID's that are just numbers, this is not allowed, ID's MUST start with a letter.
Which browser are you seeing the problem in ?
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|