Using frontpage how to make a link to open in a new tab in IE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am building a web page and I want any link to open in a different tab in IE
7. Could anyone tells me how to do that using FP?
 
That will open a new window, but not a tab.
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
| You need something like this:
|
| <a target="_blank" href="http://www.bbc.co.uk">http://www.bbc.co.uk</a>
|
| This is achieved by selecting Insert, Hyperlink,
|
| Now select Target Frame (this is a tab on the right) as New Window.
|
| hth
|
|
| Ruben Molina wrote:
| >
| > I am building a web page and I want any link to open in a different tab
in IE
| > 7. Could anyone tells me how to do that using FP?
 
Back
Top