Propose new FAQ for posting profile entries

Locked
User avatar
rubyeye
Joined: Wed Sep 05, 2001 1:45 pm
Org Profile

Propose new FAQ for posting profile entries

Post by rubyeye » Fri May 21, 2004 10:55 pm

I'm noticing lots of people now able to post "links" and various characters (bold, italic) in their member profile and video pages. I know there is some way (html code) to do this, but I'd like to propose that a faq page or quick reference list be made to show how we can do this.

I've asked before but I can't find my old post about it.

User avatar
Arigatomina
Joined: Thu Apr 03, 2003 3:04 am
Contact:
Org Profile

Post by Arigatomina » Sat May 22, 2004 12:15 am

Yes, please. For us code-illiterate members? It would be ever so kind. :(

TaranT
Joined: Wed May 16, 2001 11:20 pm
Org Profile

Post by TaranT » Sat May 22, 2004 3:17 am

It's similar to the forum tags except you use < and > instead of [ and ]. The big difference is with the URL tags.

Use the following formats, but replace each { with < and each } with >

{b}bold{/b}
{i}italic{/i}
{u}underline{/u}
{a href="http://www.animemusicvideos.org"}Your own text here{/a}

The actual appearance of these (when you use the < and >):

<b>bold</b>
<i>italic</i>
<u>underline</u>
<a href="http://www.animemusicvideos.org">Your own text here</a>

With the a tag, make sure to use the quote marks and a complete URL; i.e. with http:// at the beginning.

I don't know all the tags that they've allowed in the profiles (XHTML has many more than these), but if it's the same as for the video entries, then em, strong, and strike will also work. Best to experiment to see what these do.

User avatar
rubyeye
Joined: Wed Sep 05, 2001 1:45 pm
Org Profile

Post by rubyeye » Sat May 22, 2004 3:24 am

oooh, thanks.

User avatar
Flint the Dwarf
Joined: Wed Jan 16, 2002 6:58 pm
Location: Ashland, WI
Org Profile

Post by Flint the Dwarf » Sat May 22, 2004 3:28 am

Here is a site with lots of html code stuff... much of which you can't use in profiles anyway. ^_^;;
Kusoyaro: We don't need a leader. We need to SHUT UP. Make what you want to make, don't make you what you don't want to make. If neither of those applies to you, then you need to SHUT UP MORE.

User avatar
)v(ajin Koji
Joined: Thu May 15, 2003 11:22 am
Location: Essex, U.K.
Contact:
Org Profile

Post by )v(ajin Koji » Sat May 22, 2004 5:41 am

I think you can also use <s>strikeout</s> too...
I'm bored and you're dumb. A match made in heaven.
- Kai Stromler to son_goten.
Last edited by )v(ajin Koji on Mon 21, 2011 9:36 pm; edited 1 time in total

User avatar
Eek-1
Joined: Sat Jun 22, 2002 10:06 am
Status: 0xc00000e9
Location: Cyberjaya
Org Profile

Post by Eek-1 » Sat May 22, 2004 11:27 am

I don't recommend this, just like to share a knowledge.
You can hack an html element and put/override css styles into it, e.g.

Code: Select all

<a class="TextLinkOne" href="#">a-m-v.org standard link</a>

<u style="display:block; border:1px dashed; text-decoration:none">
Instead of underlined text, it's inside a white box with dashed border.
</u>
Just don't over the line.

Locked

Return to “Site Help & Feedback”