How to Customize your "VIEW MORE PICTURES" Page
To do this put the codes you want in the CAPTION part of your pictures. So go to a picture and click the link that says "Edit Image". Put the codes you see Below into the caption section.
To put a picture as the caption
<img src="url_to_pic">
------------------------------------------------------------
Make the white, and blue go away
<style>div{background:transparent!important}</style>
------------------------------------------------------------
To put a Background Image on the page
<style>body{background:url(TINY_URL)}</style>
------------------------------------------------------------
Make background Not repeat
(You can also have this as repeat-y or repeat-x if you'd like)
<style>body{background-repeat:no-repeat}</style>
------------------------------------------------------------
To Center the Background
<style>body{background-position:center}</style>
------------------------------------------------------------
Have a Background Color
<style>body{background-color:red}</style>
------------------------------------------------------------
Change all the Link Colors
<style>a{color:999999!important}</style>
------------------------------------------------------------
Make the red » things go away
<style>.txtRed{visibility:hidden;}</style>
------------------------------------------------------------
Hide the links above the advertisment
<style>div div div{visibility:hidden}table{visibility:visible}</style>
------------------------------------------------------------
Make the red » things go away
<style>strong{visibility:hidden;}</style>
------------------------------------------------------------
Change the Text Color
<style>td{color:00ff00}</style>
------------------------------------------------------------
Make a Polaroid Effect on the Pictures
This requires the use of 2 picture captions, and make sure the first code is in a picture's caption before the second code
<style>td img{border:1px solid;border-color:white}</style>
<style>td a img{border-width:10px 10px 50px 10px!important}</style>
------------------------------------------------------------
Do You Like What You See On
THIS Page?? Tell Your Friends By Clicking The Button Bellow!!