Support |
I hope Andy doesn't mind if I share his CSS code.
See below. You would want to insert your own URL to a background image. To
change the color of your linked text, you'll need to change the code after "a
{color:" in the last section).
Worked great for me!
Kris
<style type="text/css">
body{ background-image:url(http://www.andybutler.com/gifs/gardentile.jpg); background-position:Top Left; background-attachment:scroll; background-repeat:repeat; } Table, Td{ background-color:transparent; } table table table{ width:100%; background-color:808080;border-color:606060; border-style:solid; border-width:1px; } table table table table{ width:auto; } a {color:00FF00 !important; text-decoration:none !important; text-transform:none !important; font-weight:normal !important; font-style:normal !important;} a:hover {color:88FF88 !important; text-decoration:underline !important; text-transform:none !important; font-weight:normal !important; font-style:normal !important;} </style>
|