Is there a limit to the amount of text that can be entered into a custom text field?
No.
http://mcgalliard.org/gallery/album01/hamlet_270
well i guess that proves it!
cheers
ok, 1 more question: how did you get the single <br>?
In all of my lines, after a cr/lf I am getting an extra blank line (<p>).
http://brodziakcustomknives.com/gallery/view_photo.php?set_albumName=carol&id=carol1lge
It's because I am using the beta 1.4.1.
You can fix 1.4 by editing view_photo.php and finding
foreach ($extra_fields as $field) { $value=$gallery->album->getExtraField($index, $field); if ($value) { print "<tr><td valign=top align=right><b>$field:<b></td><td>". str_replace("\n", "<p>", $value). "</td></tr>"; } }
and replacing the "<p>" with "<br>"
Thanks again joan - exactly what i'm after! :D
Posts: 3473
No.
http://mcgalliard.org/gallery/album01/hamlet_270
Posts: 19
well i guess that proves it!
cheers
Posts: 19
ok, 1 more question: how did you get the single <br>?
In all of my lines, after a cr/lf I am getting an extra blank line (<p>).
http://brodziakcustomknives.com/gallery/view_photo.php?set_albumName=carol&id=carol1lge
Posts: 3473
It's because I am using the beta 1.4.1.
You can fix 1.4 by editing view_photo.php and finding
and replacing the "<p>" with "<br>"
Posts: 19
Thanks again joan - exactly what i'm after! :D