How to Customize the Pictures Page
written by JohnTo customize the pictures page, you have to put the codes in the captions of your photos. Theres only a set limit of how many characters can fit within the captions of the pictures page, so you wont be able to jam everything in there. I recommend using Tinypic.com to host the images if you'd like to have images used in your pics page.
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>







