Forum URL: starsinsilence.com
Experienced By:
Browser:
Operating System:
Problem: I want to add links to the mini profile that are like "bio" "journal" "plot" for RPG characters that are optional. I want them to be pretty much like the PM, website, instant messenger links.
What would be the best way to do this? Most I can think of right now is:
Code:
- <a href="{custom_value_11}" class="mp_contact"><span class="mp_contact">bio</span></a><br />.
- <a href="{custom_value_12}" class="mp_contact"><span class="mp_contact">journal</span></a><br />
- <a href="{custom_value_13}" class="mp_contact"><span class="mp_contact">plot</span></a><br />
I am thinking of making the fields just "enter your biography url" etc.