shane85 Posted April 23, 2010 Share Posted April 23, 2010 hey guys so on my pc, the following code <center> <table width="500" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="3"><img src="gfx/tv_ticker_top.jpg" width="500" height="47"></td> </tr> <tr> <td rowspan="2"><img src="gfx/tv_ticker_left.jpg" width="48" height="231"></td> <td><img src="<?php echo $_SESSION['SESS_COMPANY_LOGO']; ?>" width="406" height="216"></td> <td rowspan="2"><img src="gfx/tv_ticker_right.jpg" width="46" height="231"></td> </tr> <tr> <td height="15"><FONT color="#ffffff" size="+1"> <MARQUEE bgcolor="#505050" direction="left" loop="20" scrollamount="4" ><STRONG><?php echo $_SESSION['SESS_TICKER'];?></STRONG></MARQUEE> </FONT></td> </tr> <tr> <td colspan="3"><img src="gfx/tv_ticker_bottom.jpg" width="500" height="119"></td> </tr> </table> </center> displays perfectly. essentially what it is, is a tv chopped up into a few images. the top, left, right, bottom, and 2 pieces in the middle, one for a company logo, and one for a marquee with scrolling text. It displays perfectly on my pc in internet explorer, however when I try in Firefox the table displays all screwed up and images everywhere. And on older versions of internet explorer on other computers its all screwed up as well. What can I do to fix this??? Quote Link to comment https://forums.phpfreaks.com/topic/199447-problem-with-htmlphp-displaying-differently/ Share on other sites More sharing options...
oni-kun Posted April 23, 2010 Share Posted April 23, 2010 How is this a PHP question, PHP has nothing to do with client side code cross-browser compatibility. Quote Link to comment https://forums.phpfreaks.com/topic/199447-problem-with-htmlphp-displaying-differently/#findComment-1046810 Share on other sites More sharing options...
shane85 Posted April 23, 2010 Author Share Posted April 23, 2010 sorry I should have said off topic in the subject....this is the only forum im a member of and thought someone could help Quote Link to comment https://forums.phpfreaks.com/topic/199447-problem-with-htmlphp-displaying-differently/#findComment-1046816 Share on other sites More sharing options...
oni-kun Posted April 23, 2010 Share Posted April 23, 2010 sorry I should have said off topic in the subject....this is the only forum im a member of and thought someone could help There is an HTML forum on this site, You're posting in the PHP coding help section, that is all I was meaning. Quote Link to comment https://forums.phpfreaks.com/topic/199447-problem-with-htmlphp-displaying-differently/#findComment-1046818 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.