anyone know the myspace HTML code for your background image so that it stretches over your whole profile?
Public Comments
- There is only a CSS code to stretch the background; no HTML. <style type=""> <!-- body { background-image: url(Your_Imgae_Location_Here.gif); background-repeat: no-repeat; height: 100%; width: 100%; background-position: bottom; } //--> </style>
Powered by Yahoo! Answers