You are viewing a post by simpleMe. View all 46 posts in [color=#FF0000]For Educational Purpose Only[/color] credits :arrow: [b]FrogJS Javascript Gallery[/b] just sharing guys =) hope you like it =) [b]Step 1.[/b] Make a thumbnail image of your big image.
[quote=fwenciz]how can i change the font color of the caption and center the name of the friend? thanx sooo much for this!![/quote]
find this part for font of your friends name
[quote]color: [b]#999[/b];[/quote]
just edit the bold part
for caption
[quote]<font color=[b]#000000[/b]>[b]Caption for Image[/b]</font>[/quote]
just edit the bold part
to center the friends name look for this part
[quote]#FrogJSCredit{
text-align: [b]right[/b];
font-size: 80%;
color: #999;
padding: 1px;
}[/quote]
just change the bold part into center
Last edited by simpleMe (2008-06-19 13:52:13)