There is no layman’s language. That is to say, these forums don’t give the average person any way to use or bold or italics, etc. Those of us who use them, do so because we know the HTML tags needed to create them. So you must learn HTML if you want to make a hyperlink on this forum. There is no other way.
If you want to make a hyperlink you must use an Anchor tag (i.e., <a href=""></a>. As Jsnkc was trying to show you, the anchor tag for a hyperlink has the following syntax:
Is that enough of an explanation? If not I would try and get a book on HTML and see if they do a better job. You just need to know a little HTML do make it work.
(BTW the way to get the less-than symbol to show in an HTML example is by typing < for < )
jr, using & l t only works for MSIE browsers. The W3C standard requires a semicolon on the end and other browsers will only display the actually characters & l t without the semicolon. You really need to have the semicolon on the end so that all browsers will show the < character instead.
Thanks for pointing that out Kelly. I tried to fix it so it now displays correctly with IE, Netscape, and Mozilla. Unfortunately, I had to put a space between the < and the ‘a’ otherwise it would interpret it as an actual < and make it a real hyperlink! I think this has something to do with the forum software and the way it interprets your input.
What happens is that this forum software interprets the < as a < character before displaying it on the screen. What i usually do is use < instead and then the forum will send that to the browser and let the browser interpret it.
Jsnkc & JR: thanks for your input. Now I have to learn another language...dread it. I had a tough time learning Premiere, then with Vegas it got a lot easier. Now HTML, no problem.
Johnny, special thanks to you. I find your well-designed website useful and hope all new ( and old) users will visit it. Sorry, right now I can't write a link to it...just afraid of making a mistake with the HTML thing.
You’re welcome. My web site needs a good overhaul but I’m glad you found it useful. I’m planning to update it soon. Hopefully it will be even more organized and have some new tutorials I’m working on.