With code like this (using footer as an example):
1) What the best format for the Content? Do most of you use a new table, p tags or what for your content? Or does it matter?
2) Using a table, is it a problem having so many nested tables?
PHP Code:
<!--START: CATEGORY_FOOTER-->
<table width="95%" cellspacing="0" cellpadding="2" border="0">
<tr>
<td class="font2">[CONTENT]</td>
</tr>
</table>
<!--END: CATEGORY_FOOTER-->
2) Using a table, is it a problem having so many nested tables?
Comment