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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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