SMF For Free Support Forum

SMF For Free Support => General Support => Topic started by: TonyB on May 13, 2006, 08:31:00 am

Title: Line Breaks in board descriptions
Post by: TonyB on May 13, 2006, 08:31:00 am
I've just set up a new forum - I've created a 'welcome' category with a single board underneath.

I've put the welcome message in the 'board description' box which is fine, but it would be nice to be able to break this block of text into paragraphs. Is this possible? Is it just a case of inserting some sort of carriage return code?

Thanks in advance.
Title: Re: Line Breaks in board descriptions
Post by: Isaac on May 13, 2006, 10:19:41 pm
Try inserting
Code: [Select]
<br>where you want it to break.  That should work.
Title: Re: Line Breaks in board descriptions
Post by: TonyB on May 14, 2006, 02:26:21 pm
Try inserting
Code: [Select]
<br>where you want it to break. That should work.

Thanks for the tip, unfortunately it didn't work! I've tried inserted lots of different codes in the description box but none of them work. Very odd.
Title: Re: Line Breaks in board descriptions
Post by: Trav28 on May 15, 2006, 03:37:32 am
<br> works fine,you're just doing it wrong.
Title: Re: Line Breaks in board descriptions
Post by: TonyB on May 15, 2006, 07:02:16 am
Thanks guys - it does work! I didn't realise that you put the code in once for each line break, ie. twice to start a new paragraph.