View Full Version : Photo comments - can these be formatted differently?
cferrero
10th of August 2004 (Tue), 01:29
Is there a way of getting the text associated with a particular image (the free textual info box in the photo editor) to display above, rather than below, the photo itself? When it is displayed below it kinda gets lost amongst all the photo detail info.
And/or, it would be nice to be able to alter the font characteristics of this text, to make it stand out more. i.e. italics, different colour font or indeed different font altogether.[/i]
malum
14th of January 2005 (Fri), 07:01
You can change the font and size etc by embedding font tags in the html code that you put in the box.
I have a related query that I will start a new thread for
Pekka
14th of January 2005 (Fri), 10:17
Is there a way of getting the text associated with a particular image (the free textual info box in the photo editor) to display above, rather than below, the photo itself? When it is displayed below it kinda gets lost amongst all the photo detail info.
in pagetemplates/photo/default.php move lines
if ($photodetail_html != "") {
print "<p><small>";
print $photodetail_html;
print "</small>";
}
over line
print $frame_a_html;
And/or, it would be nice to be able to alter the font characteristics of this text, to make it stand out more. i.e. italics, different colour font or indeed different font altogether.[/i]
Those styles are currently as hard-to-find html in photodetails.php. They will be set as CSS classes soon to make it easier to style them.
malum
20th of January 2005 (Thu), 03:51
And/or, it would be nice to be able to alter the font characteristics of this text, to make it stand out more. i.e. italics, different colour font or indeed different font altogether
open: styles/original.php (or whatever style you have chosen)
You can change the font and size of text on the page including the inputted HTML for descriptions etc
Untick ‘activate links’ wherever it occurs in Exhibition Editor if you want to use HTML (in Misc settings and in each exhibition under ‘Free Textual Info’ Box)
To input Italics or if you want any other local changes that you don't want to be global to every page then just use HTML and put the appropriate tags in the code
wkitty42
26th of January 2005 (Wed), 22:57
in pagetemplates/photo/default.php move lines
if ($photodetail_html != "") {
print "<p><small>";
print $photodetail_html;
print "</small>";
}over line
print $frame_a_html;any chance that this will be an option in the misc settings page or thereabouts?? it would also be nice to see this and other settings handled on a per exhibit basis rather than gallery-wide as it is now ;)
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.