Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Text Wrapping Around Left Aligned Table
ebrue
An HTML question more than an Interwoven question...
Has anyone ever:
1) Had a left aligned table
2) AND wrapped text around it
3) AND used bullets that didn't merge with the left aligned table?
On the attachment, look at the position of the bulles in relation to the header. Arrgh!
The HTML for the attached image:
<table cellspacing="7" cellpadding="0" width="505" border="0">
<tbody>
<tr>
<td height="263" align="left" valign="top"> <table cellspacing="0" cellpadding="0" width="176" align="left" border="0">
<tbody>
<tr valign="top">
<td width="176"> <table bordercolor="#333333" cellspacing="0" cellpadding="0" width="160" bgcolor="#ebecdc" border="1">
<tbody>
<tr>
<td valign="top" align="left" width="160"> <table cellspacing="8" cellpadding="0" width="160" border="0">
<tbody>
<tr valign="top" align="left">
<td><span class="IWSidebarHeader"><strong>Sidebar
Header</strong></span></td>
</tr>
<tr valign="top" align="left">
<td class="SidebarOL"> <ul>
<li><span class="IWBodyCopy">[insert text]</span>
<p><span class="IWBodyCopy">two</span></p>
</li>
<li><span class="IWBodyCopy">three</span></li>
</ul></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
<img height="5" alt="" src="/images/spacer.gif" border="0" />
</td>
</tr>
</tbody>
</table>
<p><span class="IWSubheader">[insert text here]</span></p>
<ul>
<li>two</li>
<li>three</li>
<li>four</li>
<li>five</li>
<li>six</li>
<li>seven</li>
<li>eight</li>
<li>nine</li>
<li>tem</li>
</ul></td>
</tr>
</tbody>
</table>
Find more posts tagged with
Comments
There are no comments yet