a question about HTML code...?

I was writing a code for a background in myspace, for somereason the image will not tile or repeat like I want, here is a sample of the code, can anyone tell my why the image does not repeat?<style> body { background-image:urlhttp://s186.photobucket.com/albums/x214/Lunalom/?action=view¤t=Mooninite125x125.jpg); background-position:top left; background-repeat: repeat; } </style> <p style="margin-top: 0; margin-bottom: 0"><img src="http://i186.photobucket.com/albums/x214/Lunalom/Mooninite125x125.jpg" border="0" alt="Photo Sharing and Video Hosting at Photobucket"></a></p> the image should be a mooninite tiled acros the page, as you can see if you look at this link there is only one image... Thanks for your help, 10 points to the person who helps me fix it... http://www.myspace.com/chrisinmainz

Public Comments

  1. Hi! In order to have the background image repeat itself use: <background src="url_of_file"> - the image Work from there. The "<img src>" is not good to be used as background. Background is a property of tables, rows, columns or any delimited "surface". Good luck!
  2. also, that image is invalid
Powered by Yahoo! Answers