Help With Image HTML Code?

  • Thread starter Thread starter David H
  • Start date Start date
D

David H

Guest
Hey Everyone I am currently working with a myspace layout and I was wondering how I could have the background image resize to whatever screen size the person is using because on mine it is now showing it all it is showing it all. Does anyone know a code to fix this?
 
It won't necessarily always show all of it. There's too many danged sizes of monitors. Consider there's resolutions from ranges to 760 bpi across to 1280 across and CERTAINLY more or POSSIBLY less! That's a VAST difference!

However, make sure the position of your background is "fixed center center" and that'll help. < body style=" background-image: url( 'myimage.jpg' ) fixed center center; " >
 
Back
Top