Posted by Leonidas Athineos on 01/23/68 11:41
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
[Back to original message]
|