Posted by Neredbojias on 03/18/06 11:34
With neither quill nor qualm, R.A.M. quothed:
> Hello,
>
> Could you help me please with a simple problem?
> I want to have background image on some pages of a website I am
> creating. I added a ass to Styles.css:
> .withbackground
> {
> background-image: "Images/DotNET_90x70_light.jpeg"
> }
> which I use on these pages
> <link rel="Stylesheet" type="text/css" href="Styles.css" />
> <head>
> <body class="withbackground">
> Could you explain me please why it doesn't work and how to do it
> correctly?
> Thank you very much!
The correct line is:
background-image:url(Images/DotNET_90x70_light.jpeg);
--
Neredbojias
Contrary to popular belief, it is believable.
[Back to original message]
|