Hello to all,
I am trying to create an outside border similar to the border on the following website: Le Monde diplomatique
Am I correct in assuming that the following code can enable me to create the same outside grey border? Thank you :wave:
<table>
</table>
<table>
<tr>
</tr>
</table>
<table>
<tr>
<td>
</td>
</tr>
</table>
<table width="100" border="1" cellspacing="0" bordercolor="#CCCCCC">
<tr>
<td>
</td>
</tr>
</table>
I am trying to create an outside border similar to the border on the following website: Le Monde diplomatique
Am I correct in assuming that the following code can enable me to create the same outside grey border? Thank you :wave:
<table>
</table>
<table>
<tr>
</tr>
</table>
<table>
<tr>
<td>
</td>
</tr>
</table>
<table width="100" border="1" cellspacing="0" bordercolor="#CCCCCC">
<tr>
<td>
</td>
</tr>
</table>