"View More Pictures" Edited Area
Copy / paste the next codes in Image Captions:
a) Background color
<body style="background-color:COLOR;">
It is recommended to remove the white background table. Use the code:
<style>
table, td {background:transparent}
</style>
b) Background images
<body background="URL TO IMAGE">
c) Text Color
<style>
body, table, td, .text {color:COLOR;}
</style>
d) Link Color
<style>
a:link {color:COLOR! important;}
</style>
e) Scrolling text area
<style>
a:hover img{filter:fliph;}
</style>