Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Table contents appear far left in IE8, centered in IE7
Old 01-13-2010, 01:20 PM Table contents appear far left in IE8, centered in IE7
Extreme Talker

Posts: 218
Trades: 0
This table's contents appears centered in IE7, but appears all the way to the left side of the table in IE8.
Can you help me resolve this issue so it looks centered in IE8? Thanks.

Code:
 
<table id="tab999">
<tr>
 <td width="100px"><font size="3" color="#000000" face="Arial">&nbsp;&nbsp;&nbsp;<u>Amount</u></font></td>
 <td width="100px"><u><font size="3" color="#000000" face="Arial">Cost</font></u></td>
<td width="100px"><u><font size="3" color="#000000" face="Arial">Purchase</font></u></td>
</tr>
<tr>
 <td>[blk1.name;block=tr]</td>
 <td>
 0.10
</td>
<td>
<form action="pay/paypal1.php" method="post">
<input type="hidden" value="[var.user_id]" name="uid">
<input type="hidden" value="[blk1.cred_amt]" name="cre">
<input type="hidden" value="Item" name="item">
 <input type="hidden" value="[blk1.value]" name="valu">
<input type="image" value="[blk1.value]" name="valu" src="https://www.paypal.com/Checkout.gif" align="bottom"/>
</form>
</td>
 </tr>
</td>
</tr>
</table>
CSS:
Code:
      
#tab999 {
      width:360px;
      margin:0px 0px 0px 0px;
      text-align:center;
      font-size: 12px;
      padding:10px 0px 30px 0px;
      border:1px solid #;
      }
      #tab999 td {
      text-align:center;
      margin:0 auto;
      border: 1px solid #CACACA;
      padding:8px 0px 0px 0px;
      }
chrisj is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-14-2010, 11:20 AM Re: Table contents appear far left in IE8, centered in IE7
Junior Talker

Posts: 3
Name: sean
Trades: 0
Try to use margin in the #tab999
shakemelikeapig is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Table contents appear far left in IE8, centered in IE7
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.19460 seconds with 12 queries