simple HTML question :)?

ApurvA

New member
JAI MATADI . .

hello experts .. i have simple HTML question .. answer it and get 10 points from me :)

well i want to put background image in ma website and i have put a code like this . .

<body background="image.gif">

but i want it in a big width .. so i have made another code like this ..
<style type=text/css>

body
{
background-image:url("image.gif");
background-position: 50% 50%;
background-repeat: no-repeat;

}

}

</style>

but now wht i want is to set ma image's width .. i want to make ma images size(height,width ) bigger ... do u know expert how to do that . .. :)

mitt
i would more like it .. if ma website page is getting bigger by height .. it will increase his height automatically and it can also turn into duplicate image bottom if its size abilitry finishes ..
 
Back
Top