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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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