Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: CGI and CSS

by emilper (Novice)
on Mar 04, 2014 at 13:06 UTC ( [id://1076873]=note: print w/replies, xml ) Need Help??


in reply to Re^2: CGI and CSS
in thread CGI and CSS

/public_html/style.css this might be wrong , I suspect the root of the site is in public_html/, and the web server looks in there for the files , so you should probably use /style.css

Replies are listed 'Best First'.
Re^4: CGI and CSS
by AdrianJ217 (Novice) on Mar 04, 2014 at 13:12 UTC

    I tried that as well. The thing is that this cgi file is in the cgi-bin directory. The cgi-bin directory is in the public_html directory. The style.css file and the tb_pic1.png image are also in the public_html directory.

      You could stop trying things seemingly at random and debug the various issues your code has. Re: CGI and CSS.

        ok thank you

      cgi file is in the cgi-bin directory...cgi-bin directory is in the public_html directory ... style.css file and the tb_pic1.png image are also in the public_html directory.
      If that is the case then the paths could be written as:
      <link type="text/css" rel="stylesheet" href="../style.css"> <img class="my_images" src="../tb_pic1.png">

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1076873]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-25 08:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found