iframe phpMyFAQ
Posted: Tue Oct 23, 2007 8:26 am
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
Anybody help me.
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>