Copy link to clipboard
Copied
Hi
I have imported a huge FrameMaker book which has about 30 hyperlinks to URLs spread across multiple topics.
So, is there a way I can globally configure all URLs to open in a new window after importing the book into RH? I did not use target="_blank" in FM hypertext as it was resulting in some formatting error whenever hyperlinks appeared with a custom FM Style.
I am using FM11 with RH10.
Sreekanth
The syntax in FrameMaker should be:
message URL http://myurl.com/index.htm" target="_blank
I am not sure whether it will work in HTML help though.
Sreekanth
Copy link to clipboard
Copied
I’m not sure why it wouldn’t have worked by placing it in the FM source content, but now that it’s in RH, your only choice is to use a find & replace to fix them up I think.
Copy link to clipboard
Copied
How does one use "target=blank" in the FrameMaker 11 hypertext marker syntax? I currently have a Hypertext tag, with the following contents:
message URL http://www.mylink.com target=blank
When I import this to RoboHelp 10 and generate HTML Help, I get a link of "http://www.mylink.com%20target=blank", which obviously isn't right!
Mind you, will target=blank even work in the standard Microsoft HTML Help viewer anyway?
Copy link to clipboard
Copied
The syntax in FrameMaker should be:
message URL http://myurl.com/index.htm" target="_blank
I am not sure whether it will work in HTML help though.
Sreekanth
Copy link to clipboard
Copied
Excellent, Sreekanth - that worked perfectly for me. The correct link appears in my .CHM and clicking on it opens it in my PC's default web browser. Many thanks.
(How did you work out that syntax? Is it documented anywhere?) cheers
Copy link to clipboard
Copied
Great!
I found the syntax on these forums somewhere, thanks to some excellent community support here.