• 0

Table In Pixels and Percent


Question

I am wanting my page width to be 80%, I have 3 colums and on the 2 sides, I would like them to be only 2 pixels, and the middle column be the rest 80%. I am not sure how to mix pixels and percents like that. I am trying right now and the left side with my res gets 4 pixels and the right side gets 3.

Page Link

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

<table width="80%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="2"> </td>
    <td> </td>
    <td width="2"> </td>
  </tr>
</table>

this will work

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.