Jump to content

problem with html displaying differently?


shane85

Recommended Posts

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???

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.