What would be a good html code that would ONLY put a background image on my myspace page behind my tables etc?

I don't want any special effects, or transparent tables...I just want to put this background url image (http://stuff.pyzam.com/layouts/img/b/l/ahbluestars.jpg) as my background on my myspace page. I just need to know what simple html code would set it as that. If anyone is really good at this, I'd like the image repeating, and fixed, not scrolling with the page. If anyone knows a site where I can create the code myself, as well, please let me know. Most hmtl creation sites add too much code that either puts advertisements to their site (which I don't want), or makes tables transparent, which I'm trying to avoid. Thanks to all suggestions!

Public Comments

  1. <style type="text/css">table, tr, td { background-color:transparent; border:none; border-width:0;} body { background-position: top left;background-repeat: yes-repeat;background-attachment: fixed; background-image:url(http://stuff.pyzam.com/layouts/img/b/l/ahbluestars.jpg); } </style> That's the code I made! If it doesn't work find me and I'll make another one!
Powered by Yahoo! Answers