Posted by fleemo17 on 06/21/06 00:54
I have another table layout that looks good in all the browsers I've
tested it in *except*, once again, IE on the PC. In IE there's extra
space around some of the table cells making up the layout. Apparently,
the problem lies with the bit of javascript I've used to randomly
display a photo on the page. If I take the javascript out, the pieces
of the layout fit together seamlessly. Put the javascript back in and
gaps appear.
Here's the line of code:
<td colspan="2"><script type="text/javascript"
src="random_header.js"></script><noscript><img src="images/random1.jpg"
width="268" height="275" alt="Polaroid of Kilee"></noscript></td>
And here's the page:
http://www.kileecooper.com
Any clue why the addition of a javascript reference would add space
around the layout?
Thanks.
-Ray
[Back to original message]
|