Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Request an Advice with Tables Reply To: Request an Advice with Tables

#247753
Manuel87
Participant

Adding fixed widths will work:

<table>
  <tr>
    <td width="40px">Connection</td><td>|</td><td>WIFI</td>
  </tr>
  <tr>
   <td width="40px"></td><td>|</td><td>NFC</td>
  </tr>
  <tr>
   <td width="40px"></td><td>|</td><td>USB</td>
  </tr>
  <tr>
   <td width="40px"></td><td>|</td><td>HDMI</td>
  </tr>
</table>