Kevin J Pledger wrote:
> Rick den Haan wrote:
>
> See http://www.w3.org/TR/CSS201/colors.html#propdef-background for more
> information.
>
> Tried the link you give and get *The URL path in your request doesn't match
> anything we have available.*
My bad. http://www.w3.org/TR/CSS21/colors.html#propdef-background   that 
0 shouldn't have been there....

Nick Mavros wrote:
> Maybe you got the url wrong.
> The url you are using url(images/mt2.jpg) it means that the image 
> mt2.jpg is located in a folder "images" inside the folder where the html 
> file stands.
>   
Actually, the url is relative from the location of the *css* file, not 
the HTML.

So, if your structure is like this:

[/]
- index.html
- [/style]
- - style.css
- [/images]
- - mt2.jpg

you should use url(../images/mt2.jpg) in your style.css file. Maybe 
that's the problem? I always put single quotes around the url just in 
case, so url('../images/mt2.jpg'). Does that work?
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to