Editare "View More Pictures"
Adauga acest cod in sectiunea "Image Captions":
a) Culoarea background-ului
<body style="background-color:CULOARE;">
Este recomandat sa scoti background-ul alb. Foloseste acest cod:
<style>
table, td {background:transparent}
</style>
b) Imagine background
<body background="URL IMAGINE">
c) Culoare text
<style>
body, table, td, .text {color:CULOARE;}
</style>
d) Culoare link
<style>
a:link {color:CULOARE! important;}
</style>
e) Scrolling text
<style>
a:hover img{filter:fliph;}
</style>