|
|
|||||||
|
I have just started to build my first website, and am using the wizard at bravenet.com ... so far so good! Basic question - when I add links to other sites I want them to open in a new window and not take users away from my page/site (which is what happens at the moment). Do I have to use html to do this? Also can anyone suggest good sites with basics of html for real beginners. Thanx Julie |
||||||||
|
|
|||||||
|
Just add target="_blank" inside your hyperlinks: <a href="http://website.com" target="_blank">
www.webuser.co.uk/amazon/ Paul Lomax Internet Technology Manager IPC Country and Leisure Media - www.ipcmedia.com |
||||||||
|
|
|||||||
|
Thank you, Paul! That worked great. : ) Julie |