how can i make html file fit in web broweser?

redeee

New member
I created an image with size of 1024 x 768 in photoshop,
how can i make it fit in any web browser's resolution?

im planning to make this image as the backcground of my website, help me please; thanks
 
hello...you can create external style sheet or If you want the background image to
appear on a single page only, surround
the code by < s t y l e > tags, and place between the document's < h e a d > tags,and copy this code:b o d y { b a c k g r o u n d - i m a g e : u r l ( " h t t p : / / y o u r s i t e . c o m / i m a g e s / i m a g e _ n a m e . jpg " ) ; b a c k g r o u n d - p o s i t i o n : 5 0 % 5 0 % ; b a c k g r o u n d - r e p e a t : n o - r e p e a t ; }
 
Back
Top