I'm sorting out my website into directories and have SSI files for navigation. I've used the base tag for images and links but it doesn't work with my .shtml files...
what can I do?
I should probably mention I'm using php includes:
<?
include('basicsleft.shtml');
?>
Thanks