WebAIM - Web Accessibility In Mind

E-mail List Archives

(no subject)

for

From: Brent Clark
Date: Nov 9, 2005 5:00AM


Hi all

I seem to have this problem, where if I load a table and insert a image, the greater outer table goes greater in width.

For the likes of me, I cant insert the image and stop the width of the greater outer table from expanding.

Here is my code below, if anyone could help, I would really appreciate it.
================================================================================== <tr>
<td colspan="5" class="bold_eight" bgcolor="#f0f0f0">&nbsp;&nbsp;Selling Tips For Lodges &amp; Maps Of Game Reserves In Southern Africa</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td>

<table border="1" cellpadding="0" cellspacing="0" width="100%">

<tbody><tr>
<td width="30%">
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td>hello</td>
</tr>
</tbody></table>
</td>

<td width="70%">
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td>
<img src="/images/agent/safari/sabisand.jpg">
</td>
</tr>
</tbody></table>
</td>

</tr>
</tbody></table>


</td>
</tr>