TheJJMax The Ultimate Noob Joined Jun 15, 2008 Messages 2,276 Reaction score 5 Points 100 Nov 3, 2008 #1 How do you... Ok say that you want to put in a link but its too long so you want words that when clicked take you to the links destination. How do you do that here?
How do you... Ok say that you want to put in a link but its too long so you want words that when clicked take you to the links destination. How do you do that here?
Tyloric Illogical Process of Elimination Joined Oct 23, 2008 Messages 2,865 Reaction score 702 Points 275 Nov 3, 2008 #2 Re: How do you... If I understand what you're asking, you would do it like this: HTML: Code: <a href="http://www.projectego.net">Project Ego</a> Forums: Code: [.url=www.projectego.net]Project Ego[/url] Just without the period in the fourms code.
Re: How do you... If I understand what you're asking, you would do it like this: HTML: Code: <a href="http://www.projectego.net">Project Ego</a> Forums: Code: [.url=www.projectego.net]Project Ego[/url] Just without the period in the fourms code.
Angel Down with this sort of thing Guildmaster Town Guard Joined Aug 13, 2006 Messages 7,598 Reaction score 1,395 Points 365 Nov 3, 2008 #3 Re: How do you... Correct +rep. Don't forget you can only use BB code here (as per the second example in the post above)
Re: How do you... Correct +rep. Don't forget you can only use BB code here (as per the second example in the post above)
TheJJMax The Ultimate Noob Joined Jun 15, 2008 Messages 2,276 Reaction score 5 Points 100 Nov 3, 2008 #4 Re: How do you... Thanks.