PDA

View Full Version : background as a layout?


imported_ScandaliciousMar
11-27-2005, 10:38 AM
hey, this is the code i took of a background.
i want to use this as a layout, how can i do it? cause if i enter the code in just 1 space as "about me" or "music" it appears only in that spot, and i want it to appear in all the background of my space site.
thanx!
maria

imported_ScandaliciousMar
11-27-2005, 10:38 AM
i forgot adding the code, is that one:


http://myspacesupport.com/graphics/uploads/1131360328886476404.jpg (http://www.myspacesupport.com)

imported_LolKatie.
12-01-2005, 06:32 AM
<style type="text/css">


{ Background Properties }
table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
background-image:url('http://myspacesupport.com/graphics/uploads/1131360328886476404.jpg');
background-attachment: fixed;
background-position:center center;
background-repeat:no-repeat;
}


</style>