[devtalk] ssi virtual - site check please

PatrickG devtalk at gandatech.com
Fri Oct 2 23:23:15 BST 2009


joseph harris wrote:
> From: "David Precious" 
>
> 	>> Images get requested seperately by the browser.
>
> That's what I thought, but I've tried all the variants I can think of, and I'm still not getting a result. The SSI was a desperate hope. So what should work?
>
> Joseph
>   
All you should need is a standard image tag:
    <img src="../images/pound_page_head3.gif" />

You may also want to use Alt text to allow for screen readers or for 
when the image doesn't show.
    <img src="../images/pound_page_head3.gif alt="Short descriptive text 
goes here" />

Keep in mind the image tag uses a path relative to the directory that 
holds the page doing the calling, You may need to exclude the .. or use 
./ or even /
Depends on your structure.

PatrickG.


More information about the devtalk mailing list