D
Doug Brett-Matthewson
I'm sure this is a bit of a newbie quiz, but I've scoured the web for a fix,
can't find one and it's got me tearing my hair out, so please bear with
me... I'm using a table to organise images onto a page, and using relative
sizing to make sure that the images always take up the same proportion of
the screen... looks great in the FP design (normal) view, but when I preview
the page either in FP or IE, the images stretch back to their full size and
throw the whole thing out of whack... here's the html
<table border="1" cellspacing="1" width="100%">
<tr>
<td width="2%"> </td>
<td width="2%" style="border-left: 2px solid #808080"> </td>
<td width="15%"><img src="images/bishops_cleeve_pen.jpg"
width="100%"></td>
<td width="2%" style="border-right: 2px solid #808080"> </td>
<td width="2%"> </td>
<td width="77%"> </td>
</tr>
</table>
As I say, in the FP design window, that looks great... the table takes 100%
of the screen, whatever resolution, the third cell takes up 15% of the width
of the row, and the image takes up 100% of the width of the cell. Preview
in browser and it goes doolally. Any helpful hints?
Doug
can't find one and it's got me tearing my hair out, so please bear with
me... I'm using a table to organise images onto a page, and using relative
sizing to make sure that the images always take up the same proportion of
the screen... looks great in the FP design (normal) view, but when I preview
the page either in FP or IE, the images stretch back to their full size and
throw the whole thing out of whack... here's the html
<table border="1" cellspacing="1" width="100%">
<tr>
<td width="2%"> </td>
<td width="2%" style="border-left: 2px solid #808080"> </td>
<td width="15%"><img src="images/bishops_cleeve_pen.jpg"
width="100%"></td>
<td width="2%" style="border-right: 2px solid #808080"> </td>
<td width="2%"> </td>
<td width="77%"> </td>
</tr>
</table>
As I say, in the FP design window, that looks great... the table takes 100%
of the screen, whatever resolution, the third cell takes up 15% of the width
of the row, and the image takes up 100% of the width of the cell. Preview
in browser and it goes doolally. Any helpful hints?
Doug