Jump to content

problem with html/php 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???

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.