anyone alive here - ? andromo? background colors?
i added the css to the custom page to make the background black. It does not stay. Check it out..... how do i make it all black on the custom page
Tagged:
Comments
I've used it because and it seems to work just fine: http://andromo.com/images/overview/screenshot-custom-page.jpg
mark.
<style type="text/css">
body
{
background-color:yellow;
}
h1
{
background-color:#00ff00;
}
p
{
background-color:rgb(255,0,255);
} </style>
Thanks Mark!