J
Jake Timms
I work with a server that does not have FrontPage server
extensions; consequently, I write my own CGI Perl scripts.
I create the basic HTML form in FrontPage, upload to my
UNIX machine and wrap the HTML code in appropriate CGI
code. The only problem I seem to be having is that the
stylesheets clearly aren't being accessed by the script.
I know this to be true because when I cut and pasted the
necessary CSS file into my Perl script as a style block,
it worked fine with one exception: the css file reference
to pictures (.jpg files) as background doesn't seem to
work. The line in the style section is simply:
url ("picture.jpg")
I assumed as long as picture.jpg was in the same directory
as the Perl script, the Perlscript should be able to find
it. I've changed "picture.jpg" to the full path name
(http://www/server/cgi-bin/myfiles/) to no avail.
Any assist would be appreciated.
extensions; consequently, I write my own CGI Perl scripts.
I create the basic HTML form in FrontPage, upload to my
UNIX machine and wrap the HTML code in appropriate CGI
code. The only problem I seem to be having is that the
stylesheets clearly aren't being accessed by the script.
I know this to be true because when I cut and pasted the
necessary CSS file into my Perl script as a style block,
it worked fine with one exception: the css file reference
to pictures (.jpg files) as background doesn't seem to
work. The line in the style section is simply:
url ("picture.jpg")
I assumed as long as picture.jpg was in the same directory
as the Perl script, the Perlscript should be able to find
it. I've changed "picture.jpg" to the full path name
(http://www/server/cgi-bin/myfiles/) to no avail.
Any assist would be appreciated.