Feral Heart

Help & Guidance => Site/Forum Help => Topic started by: WildWolf#1 on June 18, 2014, 01:48:53 am

Title: Link writing
Post by: WildWolf#1 on June 18, 2014, 01:48:53 am
Hey!
I've been stuck with problem for a while now. I would like to know what code you use to make words as link to a particular page/website.
For example: Click here to view my blog - [Usually, if you were to click the underlined here, it would link you to a page/website]
I'd like to be able to use it in the forums and I've looked everywhere for codes.
Title: Re: Link writing
Post by: AlphaEclipse on June 18, 2014, 01:57:27 am
Code: [Select]
[url=(URLHERE)](Whatyouwantsaidhere)[/url]
That's it basically! You just put the link after the "=" sign and then write what you want it to say instead of the actual link. You can also do this:

Code: [Select]
[url=(URLHERE)][color=teal](Whatyouwantsaidhere)[/color][/url]
Title: Re: Link writing
Post by: WildWolf#1 on June 18, 2014, 02:11:53 am
Code: [Select]
[url=(URLHERE)](Whatyouwantsaidhere)[/url]
That's it basically! You just put the link after the "=" sign and then write what you want it to say instead of the actual link. You can also do this:

Code: [Select]
[url=(URLHERE)][color=teal](Whatyouwantsaidhere)[/color][/url]

Thank chu, Alpha! I was dying to find out.
+Floof~
Title: Re: Link writing
Post by: AlphaEclipse on June 18, 2014, 02:13:17 am
You're welcome! :)
Title: Re: Link writing
Post by: IcyFrost on June 18, 2014, 04:26:15 am
Adding onto what Alpha said,
If you don't want the yellow underline, put
Code: [Select]
[url=(UrlHere)][font=(YourFont)][color=(YourColor)[u](TextHere)[/u][/color][/font][/url]Basically, you can get rid of the underline by using the underline code to put the color of the text under the link instead of yellow. You can also change the fonts xD
Ex:
Code: [Select]
[url=http://www.feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=46280.0][font=Segoe Print][color=#2d4d00][u]Text][/u][/color][/font][/url]
In action: [Text] (http://www.feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=46280.0)