News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

how can i make a <br> in album description?

Started by bit bit spears, March 21, 2004, 06:42:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bit bit spears

I want to have something like this

American Music Awards
'br'
The Date

It won't let me make a new line-its all on one, and it screws up the tables....?

does anyone have an idea?

Nibbler

Take a look in functions.inc.php, at the function bb_decode($text). You can add your own bbcode eg.


$text = str_replace("[br]", '</br>', $text);


and use
 for your new lines.

bit bit spears

thanks SOOOOOOO MUCH for your help

i really appreciate you taking your time to help me :lol:
 :wink: i was afraid it wouldn't get answered