Hi, I am trying to change the text size, wording and color of the "Upload Date" and "Image Size" info underneath photos. I have tried going into view_photos.php... Where do I admend this?
I am working on a modification to view_photo.php that will allow you to set formats for ALL the stuff that goes under each photo....
Unfortunately, as standard *ALL* the text below each pic is formatted by the style .modcaption { } inside embedded_style.css - what I am working on is a revision to that CSS and also variations to view_photo.php (and any include files it pulls in) so that ALL the info is separately "style-able"
This is desperately needed imo - Hang tight, I'll advise when I'm done with it...
J
JadeDragon
Joined: 2003-02-15
Posts: 332
Posted: Thu, 2004-01-29 12:27
I've already noted this for the Gallery Team. This is something new that was not in my original skins and I agree along with some other tweaks to get this implemented soon.
=)
Jade
Jace1311
Joined: 2004-01-25
Posts: 45
Posted: Sat, 2004-01-31 13:15
Hi,
I've never looked into php before but I managed to figure this out:
I added "class=fineprint" (or whatever css class) into the <td> tag for these text areas in "view_photo.php". It worked...
(Someone let me know if that's not the best way to do things.)
Posts: 16
I am working on a modification to view_photo.php that will allow you to set formats for ALL the stuff that goes under each photo....
Unfortunately, as standard *ALL* the text below each pic is formatted by the style .modcaption { } inside embedded_style.css - what I am working on is a revision to that CSS and also variations to view_photo.php (and any include files it pulls in) so that ALL the info is separately "style-able"
This is desperately needed imo - Hang tight, I'll advise when I'm done with it...
J
Posts: 332
I've already noted this for the Gallery Team. This is something new that was not in my original skins and I agree along with some other tweaks to get this implemented soon.
=)
Jade
Posts: 45
Hi,
I've never looked into php before but I managed to figure this out:
I added "class=fineprint" (or whatever css class) into the <td> tag for these text areas in "view_photo.php". It worked...
(Someone let me know if that's not the best way to do things.)
Thanks!