Hello all - Am designing gallery for site and having a slight problem with img tags when I FTP them on - basically some are being stripped out leaving only the link code but nothing else. What makes it worse it isn't even consistent. The .html file is handcoded and is W3C valid.
Code 1:
<div class="image_gallery"><a href="sources/s1674.html"><img src="images/t125/s1674b.jpg" alt="Len's Prayer Book" height="125" width="125" /></a></div>
Code 2:
<div class="image_ind"><a href="../gallerypages/grp1.html"><img src="../images/t70/ind7imga.jpg" alt="3 Wooff Generations" height="70" width="70" /></a></div>
After FTP Code2 is fine and displays image and links to appropriate page.
However Code 1 is cut to just:
<div class="image_gallery"><a href="sources/s1674.html">a></div>
Shows no image and no link.
The CSS is valid and is exactly same for both classes apart from margins/paddings.
I've found a workround and that is just not to use the height/width definition in img tag on code 1 but it's annoying me that I have to and wondered if anyone else had encountered same problem?
regards
Cath 
__________________
Meet my ancestors at Please login or register to view this content. Registration is FREE
|