Nunzio Site Admin

Joined: 08 Aug 2003 Posts: 90 Location: Tharsis Ridge (Martian lowlands)
|
Posted: Sat Aug 09, 2003 9:15 am Post subject: How can I make a link open into a new window? |
|
|
| Code: | | <a href="http://nunzioweb.com" target="new">Nunzio's Little Place On The Web</a> |
You can also add target="_blank" | Code: | | <a href="http://nunzioweb.com" target="_blank">Nunzio's Little Place On The Web</a> |
Either one will work. |
|