WebAIM - Web Accessibility In Mind

E-mail List Archives

RE: (no subject)

for

From: Robinson, Norman B - Washington, DC
Date: Nov 9, 2005 9:00AM


We'll need the entire code to determine if the problem is local to your
snippet of code vs. a rendering bug on a previous element/tag.

~N.

-----Original Message-----
From: <EMAIL REMOVED>
[mailto: <EMAIL REMOVED> ] On Behalf Of Brent Clark
Sent: Wednesday, November 09, 2005 6:35 AM
To: <EMAIL REMOVED>
Subject: [WebAIM] (no subject)


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>