Forum Moderators: open
I have follwing tables for which I gave size in pixels.
The parent table column has width of 547 pixels...IE5 and netscape 7.0 and higher both shows different text wrapping of the text for the first <td> of the first table. Can sombody help me with this? I am using Dreamweaver MX 6.0. Netscape does not wrap the text properly while IE does.
Thanx.
Ni****
-------------------- Table starts ------------------
<table width="100%" border="0">
<tr>
<td width="350" height="87" valign="top">
<p align="left"><strong><font size="+1">Focus Area - The
Journey to Corporate Leadership</font></strong></p>
<p align="left">"A seat at the table" has been
the holy grail of CIO success since IT leadership
found itself able report at the C-level. How does an
IT earn the right to participate in corporate strategy
and break through the
</p>
</td>
<td width="197" valign="top" align="right"><img src="box-
1.jpg" width="172" height="85">
</td>
</tr>
</table>
<table>
<tr>
<td colspan="2">
<p align="left">"technologist" stigma? What can IT
leaders do to prepare for this level of company
leadership and move "from the computer room to the
board room," and what is expected once you get there?
</p>
</td>
</tr>
</table>
-------------------- Table ends ------------------
<table border="0" width=547 cellspacing=0 cellpadding=0>
<tr>
<td valign="top" width="369" align="left"><strong><font size="+1">Focus Area - The Journey
to Corporate Leadershi</font></strong>
<td rowspan=2 valign="top" align="right" width="178"><img src="box-%20%0A1.jpg"
width="172" height="85">
</td>
<tr>
<td valign="bottom" width="369" align="left">"A seat at the table" has been the holy grail of CIO success since IT leadership found itself able report at the C-level.</td>
</tr>
<tr>
<td colspan="2" width="100%" align="left">How does an IT earn the right to participate in corporate strategy and break through the "technologist" stigma? What can IT leaders do to prepare for this level of company leadership and move "from the computer room to the board room," and what is expected once you get there?
</td>
</tr>
</table>
you may have width=100% for this table as you have specifed fixed width in parent table