Quote:
Originally posted by japanmik
how do i now code my link tags to include an #inc into a space define on index page
|
eh? wha'that mean?
stick it in a div, or between some <td></td> or summat.
<table><tr><td>
<!--#include virtual="/includes/leftnav.inc" -->
</td></tr></table>
<div id="my-divvy-div">
<!--#include virtual="/includes/leftnav.inc" -->
</div>
or is that not what you meant?