"Necessary" or unnecessary code from the footer inside a table?
Does this mean when I find the code inside the table I should move it back to the footer?
Sorry again for the seemingly idiotic questions and thank you again in advance for all your help.
I just want to be clear on what I need to do either eliminate some code in a table or eliminate some code in a table and move it to the footer.
--------------- Added [DATE]1258402362[/DATE] at [TIME]1258402362[/TIME] ---------------
FYI our footer is customized in our style and in the bottom area of the footer this is what I found. I highlighted the code you referred to in red. Should I eliminate the semicolon as well or leave that.
Thanks again.
//-->
</script>
<!-- / auto DST correction code -->
</if>
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
</td>
</tr>
<tr>
<td class="footerwrap"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="footerL"> </td>
<td> </td>
<td class="footerR"> </td>
</tr>
</table></td>
</tr>
</table>
|