This is the page -> https://troy-jam.neocities.org/exp
Left table looks like this –
<table width="80%" align="left" cellspacing="0" margin-top="0" >
`
Right table looks like this –
<table width=20% cellspacing=0 align="right">
<tr>
<th bgcolor="#f3e12b" colspan="3"> <br> </th>
</tr>
<tr></tr>
<tr></tr>
</table>
Colspan isn’t working yet either but I’m not worried about it yet haha
I’ve tried to fix it by putting margin-top"0"
in both of the tables at the top. When this didn’t work I tried to add it in style tags up the top, but this also didn’t work, and neither did setting cellspacing to 0. Putting the margin-top bit in the body tag also didn’t do anything.
drusillagirl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.