Home › Forums › Design › Request an Advice with Tables › Reply To: Request an Advice with Tables
November 10, 2016 at 3:05 pm
#247753
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>