Posted by Paul Watt on 11/23/63 11:41
"Leonidas Athineos" <Leonidas.Athineos@tu-clausthal.de> wrote in message
news:du9ejm$1b0i$1@ariadne.rz.tu-clausthal.de...
> Hi i am new in html,and building my home page.
> i want to put a pic as background.
> with the following.
>
> <style type="text/css">
> body
> {
> background-image:
> url('flagprisonllble1.jpg');
> background-repeat:
> no-repeat;
> background-attachment:
> fixed
> }
> </style>
>
> and tried with this too..
>
>
> <body background="flagprisonllble1.jpg">
>
>
> but doesnt work!
> could anyone help me please... :)
> thanks!!
>
> bye
>
>
Are the images in the same folder as your css/html pages? a url might help
Paul
[Back to original message]
|