CSS question

Out of context: Reply #8

  • Started
  • Last post
  • 38 Responses
  • CygnusZero40

    Separate problem. A simple 2 column 570px wide table. Left column is 50px with a 50px wide image in it, right column is 520px that will just have some copy in it.

    Problem is the left column is being forced to about 90px wide. I have no idea why. I dont have any CSS in here at all. Just basic stuff that wont work properly in IE or Outlook, but looks fine in Firefox.

    <table width="570" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="50" valign="top"><img src="icon1b.jpg" alt="" width="50" height="45" border="0" align="left" /></td>

    <td width="520" valign="top">
    <ul>
    <li>Lorem ipsum</li>
    </ul>
    </td>
    </tr>
    </table>

View thread