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 Share on other sites More sharing options...
Baez Posted April 23, 2010 Share Posted April 23, 2010 It's hard to understand what you're trying to achieve without seeing it first. You're HTML is also very jumbled. You should really use CSS with divs instead of tables. Do you have an example of the page? Quote Link to comment Share on other sites More sharing options...
shane85 Posted April 23, 2010 Author Share Posted April 23, 2010 yup I uploaded it here to view http://www.fireshock.ca/test/index.html Quote Link to comment Share on other sites More sharing options...
Baez Posted April 23, 2010 Share Posted April 23, 2010 I tried it in three different browsers and they all displayed it fine. I used: Opera 10.51 Firefox 3.6.3 Chrome 4.1 What version of Firefox was it screwing up in? Quote Link to comment Share on other sites More sharing options...
shane85 Posted April 23, 2010 Author Share Posted April 23, 2010 hmmm yeah I just tried that with firefox and still there is spaccing between theupper image and lower image....but in my actualy document its really screwed up still because im using php aswell for the world gym logo, as well as the scrolling text. Could that be why?? How would I fix this? Quote Link to comment 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.