I don't know if this is already addressed, but I feel like I need to post my problem.
I've written a description for one of my pets. It was evenly spaced and easy to read. But when I posted it and looked at it in profile, it was a huge block of text! How do I correct this problem?
[tot=MoonCat83] [egg=MoonCat83] [tp=MoonCat83]
profile text doesn't retain linebreaks, you have to code them in with tags.
first paragraph text la la la.
this will make a new paragraph (p for Paragraph) but will not put a space between this and the first paragraph.
this will create a line break (br for BReak), pushing this text to the next line, but if you want that nice extra space between paragraphs for ease of reading, you're going to want to do...
two line breaks! this will put a line of white space between this paragraph and the one before it.