[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]
Neil Winchurst wrote: > I have started writing a little HTML code, so I am still new to it. I > can include a link to a URL, that's easy. Most browser have tabs > nowadays. I am wondering if it is possible to make the link open up in > a new tab, if the browser supports them. > > I have been searching around but so far no luck. Can anyone point me in > the right direction please? > > Sorry if this is off topic. > > Neil Winchurst I just tried this (I haveFirefox set to open new windows in Tabs): <html> <head> <title>Testing Tabs</title> </head> <body> <a href='http://www.xandros.com' target="new">Xandros.Com</a> </body </html> This worked but as has been mentioned I don't think you can force a tab if it isn't set as the browser default. Kind regards, Julian -- The Mailing List for the Devon & Cornwall LUG http://mailman.dclug.org.uk/listinfo/list FAQ: http://www.dcglug.org.uk/linux_adm/list-faq.html