Yes i have searched for other threads and none of them are easy nore anwered veery well and usually end in " Thats easy to do if you know html".
Thats why im here asking for help because i cant get any support over there.
I have entered the variable and thats what it looks like in the picture in my previous post.
Here is the code:
Code:
<table>
<tr>
<td colspan=2>$home[topleftblocks]
</td>
<td colspan=2>$home[toprightblocks]
</td>
</tr>
<tr>
<td rowspan=2>$home[leftblocks]
</td>
<td>$home[middleleftblocks]
</td>
<td>$home[middlerightblocks]
</td>
<td rowspan=2>$home[rightblocks]
</td>
</tr>
<tr>
<td colspan=2>$home[centerblocks]
</td>
</tr>
<tr>
<td colspan=2>$home[footerleftblocks]
</td>
<td colspan=2>$home[footerrightblocks]
</td>
</tr>
<tr>
<td colspan=4>$home[footerblocks]
</td>
</tr>
</table>