Excuse my ignorance on this but can ssi - includes - post up images when asked for. In the header file - nothing else but:
<div align="center"><img src="/images/gensite/head.gif" width="480" height="86"></div>
In the document - a page from a DW template:
<?
require ("includes/header.php");
?>
The alt tag shows but not the image itself - when loading you see the outline of the image & then it goes. The same happens with the navigation bar. The page is an .htm one.
I'm new to includes. Any ideas gratefully received. Thanks.
<div align="center"><img src="/images/gensite/head.gif" width="480" height="86"></div>
In the document - a page from a DW template:
<?
require ("includes/header.php");
?>
The alt tag shows but not the image itself - when loading you see the outline of the image & then it goes. The same happens with the navigation bar. The page is an .htm one.
I'm new to includes. Any ideas gratefully received. Thanks.
Comment