 |
|
 |
|
Mr Jepps Se ForumWise Co-Admin


Joined: 07 Dec 2005
$ 39.70
|
|
 |
|
 |
|
Posted: Thu Oct 04, 2007 2:09 pm Post subject: |
|
|
| ServiceF1rst wrote: | | Kind of a vague question, but from a portal you will use the code <a href="the name of the site you want linked"</a> there are modifications to this code that force the link to open in a new window, utilize an image link, probably others but this is the simplest form of the code. |
With all due respect ServiceF1rst, you are an experienced admin, even in the html field, but the code you provided was incorrect.
The code for a clickable link is as follows:
| Quote: | | <a href="http://urltogoto" target="_blank">Click Here</a> |
The part of code in orange is optional and prompts the browser to open the link in a new window. The part of code written in green is the text one would click to open that link and it can be changed to read as whatever you want.
Alternatively, if you want a clickable image, the code is as follows:
| Quote: | | <a href="http://urltogoto" target="_blank"><img src="urlofimage"></a> |
You'll notice that the image code replaces the original part of the code written in green as it is the same as customising the clickable text, but with an image instead. _________________ How To's, Faqs & Userguides
 |
|