November 23rd, 2007
“code” HTML links
A couple of simple HTML hyperlinks. The first will open the the destination webpage in a new window and the second will open the destination webpage in the same window.
New Window
CODE:
-
<a target="_blank" title="link title" href="http://reddog.com">new window link</a>
Same Window
CODE:
-
<a title="link title" href="http://reddogg.com">same window link</a>