text wrapping

A

Arlene

I have built a page using a table with a banner row
across the top and 2 columns below, left-hand one narrow
for links, right-hand for text and graphics. I am using 2
nested tables for special text and need to have the
surrounding text wrap around them. The text actually does
wrap except for bulleted text which spaces down to the
bottom of the nested table. Is there a work around or am
I doing something wrong?
 
N

Net55

open a new page and paste this into the body.

<table cellSpacing="0" cellPadding="0" width="100%"
border="0" id="table1">
<tr>
<td vAlign="top" colSpan="2">
<table cellPadding="5" width="100%"
border="0" id="table2">
<tr>
<td>Here's a cool nested
table example:
<table width="350"
bgColor="#CCFFCC" border="1" id="table3">
<tr>
<td>
<h4>TEST
TEST TEST TEST TEST TEST TEST TEST TEST TEST</h4>
<p>TEST
TEST TEST TEST TEST TEST TEST TEST TEST TEST</p>
<h4>TEST
TEST TEST TEST TEST TEST TEST TEST TEST TEST</h4>
<table
cellPadding="5" width="180" align="right"
bgColor="#CCCCCC" border="1" id="table4">

<tr>

<td>

<h4>Test</h4>

TEST TEST TEST TEST TEST TEST TEST TEST TEST

TEST</td>

</tr>
</table>
<p>TEST
TEST TEST TEST TEST TEST TEST TEST TEST TEST
TEST TEST
TEST TEST TEST TEST TEST TEST TEST TESTTEST
TEST TEST
TEST TEST TEST TEST TEST TEST TESTTEST TEST
TEST TEST
TEST TEST TEST TEST TEST TEST</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p>&nbsp;</p>
<table cellSpacing="0" cellPadding="0" width="100%"
border="0" id="table9">
<tr>
<td vAlign="top">
<table cellPadding="5" width="100%"
border="0" id="table10">
<tr>
<td>Here's an example:
<table width="350"
bgColor="#CCFFCC" border="1" id="table11">
<tr>
<td>
<h4>TEST
TEST TEST TEST TEST TEST TEST TEST TEST TEST</h4>
<p>TEST
TEST TEST TEST TEST TEST TEST TEST TEST TEST</p>
<h4>TEST
TEST TEST TEST TEST TEST TEST TEST TEST TEST</h4>
<table
cellPadding="5" width="180" align="right"
bgColor="#CCCCCC" border="1" id="table12">

<tr>

<td>

<h4>Test</h4>

TEST TEST TEST TEST TEST TEST TEST TEST TEST

TEST</td>

</tr>
</table>
<ul>

<li>TEST TEST</li>

<li>TEST TEST</li>

<li>TEST TEST</li>

<li>TEST TEST</li>

<li>TEST TEST</li>

<li>TEST TEST</li>

<li>TEST TEST</li>

<li>TEST TEST</li>

<li>TEST TEST TEST TESTTEST TEST TEST</li>

<li>TEST TEST TEST TEST TEST TEST</li>

<li>TESTTEST TEST TEST TEST TEST TEST</li>

<li>TEST TEST TEST TEST</li>
</ul>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>

Net55
[email protected]
http://www.frontpagewiz.com
 
Top