Hi;

Because your css file location and html file location are different.

try to reach images via url way like

background:url(*/images/FondoGeneral.jpg*);

or

<img src="*/images/MarcoFoto.png*" width="177" height="107">

Cheers...


2009/8/28 Fernando Wermus <fernando.wer...@gmail.com>

> Hi all,     There is something that I dont understand:
>
> If my css style has an image declared, it works:
>
> body {
>
> background:url(images/FondoGeneral.jpg);
>
>
> but if it is defined in the html, it doesnt
>
>
> <img src="images/MarcoFoto.png" width="177" height="107">
>
>
> why?
>
> --
> Fernando Wermus.
>
> www.linkedin.com/in/fernandowermus
>



-- 
Altuğ.

Reply via email to