Jump to content

[SOLVED] Firefox in Linux vs. Firefox in Windows Format Issues


dlebowski

Recommended Posts

I have an interesting situation that has come while developing mys site. I have some basic tables with columns and text in this site that I am designing that line up perfectly when I access the page in Windows using Firefox or IE7. But for some reason, when I access the same page using Firefox while using Ubuntu, the columns are off. No matter what I do to increase font size or decrease font size, they simply will not line up. Has anyone else experienced anything similar to this? It may be a setting in Firefox, but I don't know what it could possibly be. Let me know if you have come across anything like this.

 

Thanks,

Ryan

 

edited by akitchin: moved to HTML help.

Link to comment
Share on other sites

The ud_lottitle field is the one that is grossly out of proportion in my site.  The other ones are off by a little bit.  Let me know what you think.  Thanks for getting back to me.

 

<tr><form action="<? echo "{$_SERVER['PHP_SELF']}?page=$page&SelectLotAuctionDate=$LotAuctionDate&sortby=$sortby" ?>" method="post">


<? echo "<input type='hidden' name='ud_LotID'>";?>
<? echo "<input type='hidden' name='ud_LotPaymentExempt'>";?>
<TD height="29"><? echo "<input type='text' size='5' style='background-color:#F2F2F2; text-align:center; border-style: solid; border:1px solid black' name='ud_LotNumber' value='$LotNumber'>";?></td>
<TD height="29"><? echo "<input type='text' size='46' style='background-color:#F2F2F2; text-align:center; border-style: solid; border:1px solid black' name='ud_LotTitle' >";?></td>
<TD height="29" align="center"><? echo "<input type='text' size='10' style='background-color:#F2F2F2; text-align:center; border-style: solid; border:1px solid black' name='ud_SellingPrice' >";?></td>
<TD height="29" align="center"><? echo "<input type='text' size='7' style='background-color:#F2F2F2; text-align:center; border-style: solid; border:1px solid black' name='ud_Buyer' >";?></td>
<TD height="29" align="center">
<select style='background-color:#F2F2F2; text-align:center; border-style: solid; border:1px solid black;' name="ud_OnlineOnsite">
<option value="ONLINE">ONLINE</option>
<option value="ONSITE">ONSITE</option>
</select></td>
<TD height="29" align="center"><? echo "<input type='text' size='8' style='background-color:#F2F2F2; text-align:center; border-style: solid; border:1px solid black' name='ud_AbsenteeBid' >";?></td>
<TD height="29" align="center"><? echo "<input type='text' size='7' style='background-color:#F2F2F2; text-align:center; border-style: solid; border:1px solid black' name='ud_SellerNumber' >";?></td>
<TD height="29" align="center"><? echo "<input type='text' size='8' style='background-color:#F2F2F2; text-align:center; border-style: solid; border:1px solid black' name='SelectLotAuctionDate' value='$LotAuctionDate'>";?></td></tr>

<td><input value ="ADD LOT" name="submit3" type="Submit"></td></form><br><br>

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.