“code” HTML links
Friday, November 23rd, 2007A 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 PLAIN TEXT CODE: <a target="_blank" title="link title" href="http://reddog.com">new window link</a> Same Window PLAIN TEXT CODE: <a title="link title" href="http://reddogg.com">same window link</a>