how am i going to stretch my background picture in my homepage?

is it possible? how? or anyone can teach me how to use the HTML codes in doing my project...

Public Comments

  1. Generally you don't want to stretch a photo for your background image, or any other image for that b/c it's going to cause pixel distortion and the picture will look "blurry." You could set it up to repeat or resize the original to fit the screen. This is a good place to learn some basic HTML: http://www.w3schools.com/html/default.asp Do a search for "learn HTML" or some variation thereof and you should find plenty of free tutorials.
  2. I agree with azhat. Resizing images with HTML is BAD BAD BAD!!! Don't do it! If you absolutely must resize it, do it in Photoshop or something similar. That being said, you would resize it in HTML by creating an image, detaching it from the document, and sending it to the back of the page like so... <img src="something.jpg" style="position:absolute;width:350px;height:220px;z-index:0"> It gets really messy when you want the background to scroll with the page though. Again, I wouldn't recommend this.
  3. u can do it by simply draging the pic towards a certain directions or jst make ur bg using a pixel image in that way u dont have to stretch the image & its very fast to load. pixel backgrounds mostly 7x7px to lower. very small. try http://www.dynamicdrive.com check out the bg area visit my site: http://www.drawbobo.com
Powered by Yahoo! Answers