Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 178

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 183

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 184

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 220

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 223

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 235

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 250

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 268
Print Page - Another Link question guys :D

Old aRO Forums

The 'Other' Section => AnesisRO Archive => Archive => General Questions => Topic started by: Velocity on July 26, 2008, 03:41:12 pm

Title: Another Link question guys :D
Post by: Velocity on July 26, 2008, 03:41:12 pm
http://www.anthemro.com/forums/index.php/topic,277.0.html

to

"My selling thread" for an example

Explain to me please

EDIT:

Would the same thing apply to images?

Click [insert picture here] and it will take it to my selling thread?
Title: Re: Disguising links
Post by: light aura on July 26, 2008, 03:44:59 pm
Code: [Select]
[url=the actual url]text goes here[/url]
Title: Re: Disguising links
Post by: eimi on July 26, 2008, 03:45:08 pm
http://www.anthemro.com/forums/index.php/topic,277.0.html
Code: [Select]
[url=http://www.anthemro.com/forums/index.php/topic,277.0.html]"My selling thread" for an example[/url]
"My selling thread" for an example (http://www.anthemro.com/forums/index.php/topic,277.0.html) ~nyo^^
Title: Re: Disguising links
Post by: brian_etc on July 26, 2008, 06:42:40 pm
Alright first you get your link, let's say we want www.google.com to become Google (http://www.google.com)

First you get the url tags

Code: [Select]
[url][/url]
Then you add a = sign shown below

Code: [Select]
[url=][/url]
After that = sign you put in your link address

Code: [Select]
[url=www.google.com][/url]
And then in between the ][ part of the code you type in what the link will look like

Code: [Select]
[url=www.google.com]Google[/url]
Google (http://www.google.com)

If you want you can add boldness, colour etc.. where the text goes

Code: [Select]
[url=www.google.com][color=red][b][u]Google[/b][/u][/color][/url]Google (http://www.google.com)


-From Shane-
Title: Re: Disguising links
Post by: Varis on July 26, 2008, 06:55:31 pm
if you want the line under the link to be the same color as the text, you must put a underline tag in the code as well.

Code: [Select]
[url=www.google.com][color=red][u][b]Google[/b][/u][/color][/url]Google (http://www.google.com)

The underline code must be inside the color tags or it won't work.
Title: Re: Disguising links
Post by: brian_etc on July 26, 2008, 07:06:24 pm
Fix'ed

Thx-
Title: Re: Disguising links
Post by: Velocity on July 27, 2008, 12:12:08 am
Thanks alot guys

Its great to know that I can depend on people here when I need help  :-*
Title: Re: Another Link question guys :D
Post by: Akishira on July 27, 2008, 01:10:09 am
For completeness' sake, for a clickable image:

Code: [Select]
[url=linkhere][img]imagelinkhere[/img][/url]
/ok
Title: Re: Another Link question guys :D
Post by: Velocity on July 27, 2008, 02:42:54 am
Thanks :D