iframe phpMyFAQ

All about webserver configurations, PHP and databases.

Moderator: Thorsten

Post Reply
mesol
Posts: 2
Joined: Tue Oct 23, 2007 8:17 am

iframe phpMyFAQ

Post by mesol »

I installed phpMyFAQ for my company. Instead of using phpMyFAQ theme, we would like to use our html company template so that all the page having same template. What I did was using iframe to call phpMyFAQ's index.php but my problem is the height of the page didn't 100% expand.

Here is the code

Code: Select all

<center><table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="753">
<iframe src="http://faq.esmology.com/index.php" name="faq" scrolling="no" frameborder="no" align="center" height="100%" width="747">
</iframe>
</table>
</center>
Anybody help me.
mesol
Posts: 2
Joined: Tue Oct 23, 2007 8:17 am

Post by mesol »

To make it clear, you can have a look at here

http://faq.esmology.com/default.html

And click ''Company Formation'' or ''Web Services'' to make it expand.
Thorsten
Posts: 15562
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

why don't you edit the templates of phpMyFAQ instead of using an iFrame?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply