Ok I have a small problem ... let me try to explain it.
I am to put apply these styles and images to a page. The page uses a template called header.shtml.
In the header.shtml I included a number of styles sheets as css files and images.
Now I need to set the path.
The path from root of the script which is loaded to browser is
and the header.shtml is
Now I put the images in both those location i.e templates and ask directory with permission 755 but they are not getting displayed.
I assumed the document root is cgi-bin and tried image tag
but it did not appear. Can anyone help me with this.
I am to put apply these styles and images to a page. The page uses a template called header.shtml.
In the header.shtml I included a number of styles sheets as css files and images.
Now I need to set the path.
The path from root of the script which is loaded to browser is
Code:
/ABX/WebServer/CGI-Executables/ask/ttxcfg.cgi
Code:
/ABX/WebServer/Documents/ttxdata/templates/header.shtml
I assumed the document root is cgi-bin and tried image tag
Code:
<IMG src="cgi-bin/ask/image.gif">
Comment