inherit
171877
0
Jan 12, 2012 22:57:59 GMT -8
Damsel in Distress
20
September 2011
innercake
|
Post by Damsel in Distress on Dec 10, 2011 22:20:34 GMT -8
Dear Experts, I have what I think is a very simple request. Please forgive me if the answer is already posted. These forums are so extensive, I don't have the time to thoroughly review them. I know this UBBC code (shown in an "example" form): [url=http://the_actual_url]Name of Link[/url] What is the equivalent coding for this in HTML? (I want this kind of link in an HTML table I've installed on my forums.) Thank you very much for your reply and rescue of a "damsel in distress." Sincerely, Damsel
|
|
inherit
70674
0
Aug 9, 2015 18:24:32 GMT -8
alterheld
406
January 2006
todguild
|
Post by alterheld on Dec 11, 2011 0:13:11 GMT -8
this would be more of a coding question, but I am more then happy to answer so linking o another page is what you want? This is what you'd want: <a href="http://the_actual_url" target=”_blank”>Name of Link</a> the stuff in RED isnt needed, so you can delete it if you want. but by it there, when the link is clicked on, it will open in another window/tab. best place, imo, for simple HTML questions, is www.htmlgoodies.comcheck out there html basic guide here
|
|
inherit
171877
0
Jan 12, 2012 22:57:59 GMT -8
Damsel in Distress
20
September 2011
innercake
|
Post by Damsel in Distress on Dec 12, 2011 12:18:04 GMT -8
Dear alterheld,
Thank you very much for your reply! It's exactly what I needed!
Sincerely, Damsel
|
|