dandmeveritt
09-14-2005, 03:56 PM
If I want to make my own background for a page, what dimensions does it need to be, and how would I structure the html
would it just be
body {background:blah.bmp}?
would it just be
body {background:blah.bmp}?
|
Click to See Complete Forum and Search --> : background dandmeveritt 09-14-2005, 03:56 PM If I want to make my own background for a page, what dimensions does it need to be, and how would I structure the html would it just be body {background:blah.bmp}? Z3R0 09-14-2005, 04:21 PM hmmm I thought it was BGIMAGE... can't be for certain, I'm very rusty... also, there is a way to stretch fit images as a bg, can't remember that either... blah, I guess not much help... but I nkow it can be done! HaganeNoKokoro 09-14-2005, 04:24 PM BGIMAGE is (or is it?) a deprecated attibute of the body tag, don't use that. The proper CSS syntax isbody { background:url(blah.bmp); }Don't use a .bmp, though. It will take forever to download compared to a compressed format like .jpg. webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |