Jump to content

can some one help


ricardojosesanchez

Recommended Posts

Guest FirefoxRocks

I don't think that you can make a clickable background image, but as for implementing the background image, you use this:In the body tag:

<body style="background-image:url('image.jpeg')">

Put the filename where it says image.jpeg.If you use CSS stylesheets already, you can add this line:

html {background-image:url('image.jpeg')}

I use the html element because I am used to working with XHTML, however the body element should work fine if you are using HTML (or text/html, a different story).

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...