Kevin J Pledger wrote:
> Nick,
>
> Tried this and white background disappeared and still no image. 
>
> Very frustrating ..
>
> Will keep on reading and trying.
>
> Thanks for your input. One always keeps learning..
>
> Regards,
>
> Kevin
>   

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.
Let me explain more:
lets say your file is index.html you have to use the following structure:
In the base folder is the index.html and the images folder. And in the 
images folder is the mt2.jpg.

[base folder]
        index.html
        [folder "images"]
                 mt2.img


______________________________________________________________________
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