AndrewS
02-12-2008, 01:34 PM
Hello
I've been using the following HTML to display a full-size image by clicking on a thumbnail of the image in a table:
<td style="width: 131px; text-align: center;"><a
href="link to original image"><img
style="border: 0px solid ; width: 128px; height: 98px;"
alt="alternate text"
src="link to thumbnail"></a><br>
</td>
The problem I have is inconsistent behaviour when clicking the thumbnail. Sometimes I get an image that fills the height of the screen (which is what I want), sometimes I get a very large image, and sometimes I get a very large image which then re-sizes to the one I want. this is as far as I can see unpredictable, it happens in Firefox, Opera and IE7, and with FF/O it happens in Ubuntu Linux and Windows XP.
Any help would be appreciated.
TIA
Andrew
I've been using the following HTML to display a full-size image by clicking on a thumbnail of the image in a table:
<td style="width: 131px; text-align: center;"><a
href="link to original image"><img
style="border: 0px solid ; width: 128px; height: 98px;"
alt="alternate text"
src="link to thumbnail"></a><br>
</td>
The problem I have is inconsistent behaviour when clicking the thumbnail. Sometimes I get an image that fills the height of the screen (which is what I want), sometimes I get a very large image, and sometimes I get a very large image which then re-sizes to the one I want. this is as far as I can see unpredictable, it happens in Firefox, Opera and IE7, and with FF/O it happens in Ubuntu Linux and Windows XP.
Any help would be appreciated.
TIA
Andrew