Quote:
Originally posted by swedguy
Save your header as header.html and your navigation as nav.html
Then you add this where your header is supposed to be:
< ? include("header.html") ? >
and this where your navigation is supposed to be:
< ? include("nav.html") ? >
(Delete the space inbetween < and ?)
|
youre missing the ;
< ? include("nav.html"); ? >
__________________
<b><a href="http://www.hotlinkprotector.com"><font color="yellow">Hotlink Protector</font></a> - Protect all your file types from hotlinking the professional way. <br>
See a demo <a href="http://www.hotlinkprotector.com/demo.html"><font color="yellow">here</font></a>, and testimonials <a href="http://www.hotlinkprotector.com/testimonials.html"><font color="yellow">here</font></a><br>ICQ: 146423631
|