AmberCutie's Forum
An adult community for cam models and members to discuss all the things!

Separating Text on your MFC profile.

  • ** WARNING - ACF CONTAINS ADULT CONTENT **
    Only persons aged 18 or over may read or post to the forums, without regard to whether an adult actually owns the registration or parental/guardian permission. AmberCutie's Forum (ACF) is for use by adults only and contains adult content. By continuing to use this site you are confirming that you are at least 18 years of age.
Status
Not open for further replies.
Jan 25, 2012
298
240
61
I've looked and looked for this post, but can't find it.
My apologies if it is already posted.

On my about me: Its just a big giant, chunk of text. How do I separate it ?
Does this deal with code?

Want I want to do actually is put the info in little picture frames graphics then post it.
How do I do this, programs, getting it on the profile ect. ?
Thanks a Mil!

LL
 
I use <p> </p>

Those are paragraph tags. They go around every other paragraph and put two line breaks in.

So if I put

Code:
<p>Hey everybody! Check out my new deal!</p>
It's just 200 tokens to get (insert item here)
<p>Don't forget, offline tips are great!</p>

It comes out like this

Hey everybody! Check out my new deal!

It's just 200 tokens to get (insert item here)

Don't forget, offline tips are great!

If you use <br> instead, it works like this:

Code:
Hey everybody! Check out my new deal!<br>
It's just 200 tokens to get (insert item here)<br>
Don't forget, offline tips are great!

to get

Hey everybody! Check out my new deal!
It's just 200 tokens to get (insert item here)
Don't forget, offline tips are great!

Use <br><br> if you want there to be an empty line like in my <p></p> set.
 
Status
Not open for further replies.