How Can I add Links to other users Profiles in my Profile?

Locked
Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

How Can I add Links to other users Profiles in my Profile?

Post by Kevmaster » Tue Nov 21, 2006 2:41 pm

Well..I got a little problem..How exactly can I add Links to other users profiles or to websites In my profile? Someone told me I should just insert the URL in my Profile, put That doesn't worked..it just shows the URL..But I want a link like in The Profiles of castor Troy, Fra Chan or Turankusu..Does anyone know how to add a link into my Profile? :(

User avatar
Niotex
The Phantom Canine
Joined: Sun Jun 08, 2003 1:54 pm
Status: Simply Insane
Location: Netherlands
Org Profile

Post by Niotex » Tue Nov 21, 2006 2:42 pm

html
Image

User avatar
wurpess
rabid fangirl
Joined: Mon Mar 28, 2005 11:44 pm
Status: BLAAAARGH!!!!! -_-
Location: The happy place in my head
Org Profile

Post by wurpess » Tue Nov 21, 2006 2:59 pm

(a href="url")name/text(/a )

Just replace all the ( and ) with <and>
ImageImage

User avatar
bobstur
Joined: Mon Aug 29, 2005 3:11 pm
Location: In your mind
Org Profile

Post by bobstur » Tue Nov 21, 2006 3:10 pm

like my profile

User avatar
Willen
Now in Hi-Def!
Joined: Sun Jul 10, 2005 1:50 am
Status: Melancholy
Location: SOS-Dan HQ
Org Profile

Post by Willen » Wed Nov 22, 2006 6:19 am

Code: Select all

<a href="http://www.animemusicvideos.org/members/members_myprofile.php?user_id=453192">Link to my profile</a>
becomes <a href="http://www.animemusicvideos.org/members ... 3192">Link to my profile</a>

To have it open the link in a new window (or page), add target="_blank" to the html code, thusly:

Code: Select all

<a href="http://www.animemusicvideos.org/members/members_myprofile.php?user_id=453192" target="_blank">Link to my profile in a new window</a>
becomes <a href="http://www.animemusicvideos.org/members ... _id=453192" target="_blank">Link to my profile in a new window</a>

Feel free to copy and pasta* and change the member ID# as needed.

* Not a typo. I mean pasta!
Having trouble playing back videos? I recommend: Image

Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Post by Kevmaster » Wed Nov 22, 2006 7:21 am

Many Thanks ^_^

Locked

Return to “Site Help & Feedback”