Forums
This topic is locked
Making a template out of framedset
Posted 13 May 2003 02:19:08
1
has voted
13 May 2003 02:19:08 Thin Lizzy posted:
I have a frameset, One on the left, one on top and then the body which will have changing content. I can't save the whol frameset as a template. It seems I can only save one frame at a time? Useless. Can someone please tell me how to change this framset to a template !!! Replies
Replied 13 May 2003 14:31:15
13 May 2003 14:31:15 Jonathan Danylko replied:
The template functionality in DMX only supports single HTML pages.
If I understand the structure of the web site, the left is your navigation(?), the top is your header(?) and the body is in the middle.
The navigation (left) shouldn't change at all and the header (top) shouldn't change at all. The only page that you would really need a template for is the body in the middle.
Unless I'm missing something....(which I probably am) <img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>
L8R,
Vitoman, M CIW D, MMCP
If I understand the structure of the web site, the left is your navigation(?), the top is your header(?) and the body is in the middle.
The navigation (left) shouldn't change at all and the header (top) shouldn't change at all. The only page that you would really need a template for is the body in the middle.
Unless I'm missing something....(which I probably am) <img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>
L8R,
Vitoman, M CIW D, MMCP
Replied 13 May 2003 16:57:48
13 May 2003 16:57:48 Thin Lizzy replied:
Hi Actually your right..... As lame as it sounds I am thinking that if I have button on the left (navigagtion)and then clcik a button to change the body frame, well when I click the button won't the whole page just load the body losing the top and left frame?
Replied 13 May 2003 17:17:28
13 May 2003 17:17:28 Jonathan Danylko replied:
You would just need to change the target.
If your frameset is set up like this...
.
.
<frame name = "navarea" src = "navigation.htm">
<frame name = "mainbody" src = "body.htm">
.
then any link in the navigation page would look like this.
<A HREF="newbodycontent.html" TARGET="mainbody">New Content</A>
Hope this helps...
L8R,
Vitoman, M CIW D, MMCP
If your frameset is set up like this...
.
.
<frame name = "navarea" src = "navigation.htm">
<frame name = "mainbody" src = "body.htm">
.
then any link in the navigation page would look like this.
<A HREF="newbodycontent.html" TARGET="mainbody">New Content</A>
Hope this helps...
L8R,
Vitoman, M CIW D, MMCP