View Single Post
  #5 (permalink)  
Old 10-20-2009, 11:24 PM
bmcoll3278's Avatar
bmcoll3278 bmcoll3278 is offline
Senior Member
 
Join Date: Jun 2009
Posts: 303
bmcoll3278 is on a distinguished road
Default

it would be
<a href=href="http://www.tutorial-writers-inc.com"target="_blank">Tutorial Writers Inc.</a>
That wont pass xhtml 1.0 but will work. If you want to pass xhtml1.0 standard do it like this

<a href="http://www.tutorial-writers-inc.com"onclick="target='newwindow'">Tutorial Writers Inc.</a>

did you know that Dave?
__________________
I hope to build a site with something for every body
www.bmcoll.com
Reply With Quote