Inserting Frames in Weblayout

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
rohidas
Jr. Propeller Head
Posts: 8
Joined: Fri Aug 31, 2012 11:45 pm

Inserting Frames in Weblayout

Post by rohidas »

Hello,

Can we insert frame tags to insert frames for creating web help.

for example,

<HEAD>
<TITLE>A simple frameset document</TITLE>
</HEAD>
<FRAMESET cols="20%, 80%">
<FRAMESET rows="100, 200">
<FRAME src="contents_of_frame1.html">
<FRAME src="contents_of_frame2.gif">
</FRAMESET>
<FRAME src="contents_of_frame3.html">
<NOFRAMES>
doc_guy
Propellus Maximus
Posts: 1979
Joined: Tue Nov 28, 2006 11:18 am
Location: Crossroads of the West
Contact:

Re: Inserting Frames in Weblayout

Post by doc_guy »

The <frameset> element is deprecated in HTML5 (source), and since Flare's most recent outputs are all based on HTML5, a frameset isn't going to work.
Paul Pehrson
My Blog

Image
Post Reply