zac
11-29-2005, 03:22 AM
I almost have it... getting one last error when I run a CSS validation.
Line 57
Column 123
Element type "img" must be followed by either attribute specifications, ">" or "/>".
The problem code is:
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>" /><img id="image" src="images/<IMAGE_NAME>" alt="click for next image"width="<IMAGE_WIDTH>" height="<IMAGE_HEIGHT>" />
Any ideas ?
Line 57
Column 123
Element type "img" must be followed by either attribute specifications, ">" or "/>".
The problem code is:
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>" /><img id="image" src="images/<IMAGE_NAME>" alt="click for next image"width="<IMAGE_WIDTH>" height="<IMAGE_HEIGHT>" />
Any ideas ?