Re: Placing wrapper on front page
OK, this is my solution to question number 2 :
It is not maintained by wrapper component! To force it to work you should add these lines of code to index.php of your template :
1) Create copy of your template
2) Create table with 2 columns with <td width="50%">
3) To the left one add this :
<div align="leftr">
<iframe name="iframe" src="http://yoursite.com/page.htm" width="97%" height="310" allowtransparency="true" frameborder="0" marginwidth="0" marginheight="0">
</iframe>
</div>
4) to right cell add this :
<DIV STYLE="width: 100%; height: 310px; overflow: auto">
<table border="0" width="100%" height="310">
<tr><td valign="top">
<?php include ("mainbody.php"); ?>
</table>
</div>
Now you have one window with scrollbar to the static page, and the right one is your web in window with scroll bar
5) Assign different template to your site (or the usual one before you changed this one). I have 2 copies of one template, first with the changes and the second one withou any change.
This works for me. But still there is a question. How to implement content item from another Mambo server to my pages? (When I try to link to that site, I get everything - with headers/footer, menu etc.)
Svatopluk
Prague, Czech republic
|