Websydian v6.1 online documentationOnline documentation - WebsydianExpress v3.0

FAQ - I have created a new frameset site element, but some frames are missing

If you have defined all the frames as children to the frameset site element check that the HTML template for the frameset defines the right number of frames.

E.g. if you have defined 4 frames for the frameset site element, the HTML template for the frameset should contain the following HTML code:

...

<FRAMESET ROWS="74,50,*,40" ...>

....

Please note that it is the ROWS attribute in the template that define the number of rows (in this case 4 rows).