DIR Return Create A Forum - Home
---------------------------------------------------------
Xydia V2.0
HTML https://xydia.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Guides And Tutorials
*****************************************************
#Post#: 1440--------------------------------------------------
How to make Words or A picture become a clickable link!
By: Colotsalot Date: August 16, 2012, 10:20 pm
---------------------------------------------------------
First you must know what website you would like it to send you
to.
We will use YouTube as an example
[code]
HTML http://www.youtube.com/[/code]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~
Next you add [code][/code] to the beginning and
HTML http:// to the end.
It should look something like this.
[code]
HTML http://www.youtube.com/[/code]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~
Now you add words or an image file in between where it is
orange.
HTML http://www.youtube.com/
It should look something like this.
[code]This is an example click here
HTML http://www.youtube.com/[/code]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~
You can also use an image file so instead of clicking on an
image you click on words.
You get the direct link to a picture.
[code]
HTML http://i1050.photobucket.com/albums/s402/colotsalot1/Xydia/Brianclickthislinkxydia.png[/code]
Then put it in between the orange.
HTML http://www.youtube.com/
It should look like this.
[code]
HTML http://i1050.photobucket.com/albums/s402/colotsalot1/Xydia/Brianclickthislinkxydia.png
HTML http://www.youtube.com/[/code]
When you type it don't forget the
HTML [code][img]http://[/code] Before the link and the [code][/img]
[/code]after the link
The final product should look like this. By the way if you
click on them they should send you to YouTube.
This is an example click here
HTML http://www.youtube.com/
HTML http://i1050.photobucket.com/albums/s402/colotsalot1/Xydia/Brianclickthislinkxydia.png
HTML http://www.youtube.com/
#Post#: 1445--------------------------------------------------
Re: How to make Words or A picture become a clickable link!
By: Dan Date: August 16, 2012, 11:54 pm
---------------------------------------------------------
Nice guide hopefully it helps people out :P
#Post#: 1465--------------------------------------------------
Re: How to make Words or A picture become a clickable link!
By: Zaff Date: August 17, 2012, 5:57 am
---------------------------------------------------------
Thanks for the guide Colots, I always get confused with adding
links to text/pictures :-\
*****************************************************