View Full Version : fixed backgrounds AGAIN


aaronandkatie
05-25-2003, 11:34 PM
ok...i didn't understand what the last person told me so...lol...lets try this again...what do i need to add to my background code to make it fixed??
thanks,
kt

starlet
05-25-2003, 11:51 PM
No need to start 3 threads on it...if you didnt understand the reply you got you should just say in the same thread and someone will try explain it to you/help more :)

<BODY BACKGROUND="nbg32.JPG" text="black" link="black" vlink="black" bgproperties="fixed">

Elentari
05-25-2003, 11:53 PM
This was the response I was adding to your other post before it was closed...

You would have to use CSS actually rather than HTML...read the link I gave you to teach you the basics of CSS. This is the code you'd need...put it in between your <head> </head> tags.


<style type="text/css">
<!--
body {
background-image:url(YOURURLFORYOURPICTURE.jpg);
background-attachment:fixed;
}
-->
</style>

aaronandkatie
05-25-2003, 11:57 PM
thanks starlet, that helps! ALOT!!
kt