Forum Moderators: open
<table cellspacing="30px" cellpadding="30px" width="96%" style="background-color:#008EA6; border-top:14px; border-right:16px; border-bottom:14px; border-left:16px; solid #008ea6;">
<tr>
<td bgcolor="#febc11" width="100%">
<table width="100%"; style="border:10px solid #febc11; cellpadding="24" border-top:13px; border-right:16px; border-bottom:13px; border-left:16px">
Can anyone see where this code is going wrong please?Snarky answer: The explanation was visible even before opening the post, because this is the HTML subforum. In the present century, presentational matters such as borders around tables are appropriately handled in CSS.
table.classname {border-collapse: separate; border-spacing: 30px; width: 95%; background-color:#008EA6; border:14px solid #FFF; border-right-width:16px; border-left-width: 16px;}
td.classname OR table.classname td ... et cetera