Propose new FAQ for posting profile entries
- rubyeye
- Joined: Wed Sep 05, 2001 1:45 pm
Propose new FAQ for posting profile entries
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.
I've asked before but I can't find my old post about it.
- Arigatomina
- Joined: Thu Apr 03, 2003 3:04 am
- Contact:
-
- Joined: Wed May 16, 2001 11:20 pm
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.
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.
- Flint the Dwarf
- Joined: Wed Jan 16, 2002 6:58 pm
- Location: Ashland, WI
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.
- )v(ajin Koji
- Joined: Thu May 15, 2003 11:22 am
- Location: Essex, U.K.
- Contact:
- Eek-1
- Joined: Sat Jun 22, 2002 10:06 am
- Status: 0xc00000e9
- Location: Cyberjaya
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.
Just don't over the line.
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>