This is my first post here and I really hope I'll find help for this because honestly I don't understand what is wrong.
Ok so. I have a php file ( http://www.mmhayeur.com/v4/beauty.php ) IE won't make the web gallery work (when you click the next or previous arrow) it does not change picture. But if you go straight to the html page ( http://www.mmhayeur.com/v4/beauty.html ) it works fine. So I am thinking that the the problem is in the .php file right?
This is the coding of the .php page
<table width="825px" border="0" align="center" cellpadding="0" cellspacing="0">
<tr align="center">
<td><img src="http://www.mmhayeur.com/images/site/line.PNG" width="825"/></td>
</tr>
<tr align="center">
<td></td>
</tr>
<tr>
<td width="825"><?php include('beauty.html'); ?>
</td>
</tr>
<tr>
<td><div align="center"><img src="http://www.mmhayeur.com/images/site/line2.PNG" width="825"/></div></td>
</tr>
<tr class="footer">
<td valign="top"><?php include('footer.html'); ?></td>
</tr>
</table></div></th>
(the page with the gallery is the beauty.html it loads only the prev/next button doesn't work)
thanks for your help!!

New Topic/Question
Reply


MultiQuote





|