<<home
<<profile 2.0 codes
Adding A Background To Modules (Sections) on Profile 2.0
Copy code below to add solid colors to 2.0 tables & borders - Adjust colors in code.
.msc {section border color and background color} .msc {http://www.myspace-compilation.com/sections2} div.module {border:3px solid green; -moz-border-radius:3px; -webkit-border-radius:3px; background-color:yellow;}
Copy code below to add a background image to 2.0 tables. Replace URL with your own
background image URL & adjust border color in code.
.msc {section border color and background image} .msc {http://www.myspace-compilation.com/sections2} div.module {border:3px solid orange; -moz-border-radius:3px; -webkit-border-radius:3px; background-image:url(URL GOES HERE); repeat center center;}