Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Box Sizes


momf

Recommended Posts

Posted

I am new to OSCommerce. Still configuring my site. I made some changes to the english.php file to customize my storefront, but now the right hand column boxes are HUGE!! I didn't make any changes to them. Must be the sizing of the english.php file, right?

 

Can anyone help?

 

Thanks!

Posted
I am new to OSCommerce.  Still configuring my site.  I made some changes to the english.php file to customize my storefront, but now the right hand column boxes are HUGE!!  I didn't make any changes to them.  Must be the sizing of the english.php file, right? 

 

Can anyone help?

 

Thanks!

 

please add a url to your site, then maybe we can all see whats wrong.

REMEMBER BACKUP, BACKUP AND BACKUP

Posted
Sorry, guess the url would help!  http://www.momfinance.com/store

 

hmmmmmmmmmm ... for some reason your icon for english is huge

 

check your includes/boxes/languages.php for it

 

this is from your source code:

 

<!-- languages //-->

<tr>

<td>

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>

<td width="100%" height="14" class="infoBoxHeading">Languages</td>

<td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>

</tr>

</table>

<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

<tr>

<td align="center" class="boxText"> <a href="http://momfinance.com/store/index.php?language=en&osCsid=54657a3209444fee2d8d588bcf41c15c"><img src="includes/languages/english/images/icon.gif" border="0" alt="English" title=" English " width="3864" height="55714"></a> </td>

</tr>

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

</table>

</td>

</tr>

</table>

</td>

</tr>

<!-- languages_eof //-->

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted

The code was different from this so I changed it to match the source code you gave me below, but to no avail. The site still looks the same. Here is what I have in the includes/boxes/languages.php file:

 

<?php

/*

$Id: languages.php,v 1.15 2003/06/09 22:10:48 hpdl Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

?>

<!-- languages //-->

<tr>

<td>

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>

<td width="100%" height="14" class="infoBoxHeading">Languages</td>

<td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>

</tr>

</table>

<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

<tr>

<td align="center" class="boxText"> <a href="http://momfinance.com/store/index.php?language=en&osCsid=54657a3209444fee2d8d588bcf41c15c"><img src="includes/languages/english/images/icon.gif" border="0" alt="English" title=" English " width="3864" height="55714"></a> </td>

</tr>

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

</table>

</td>

</tr>

</table>

</td>

</tr>

<!-- languages_eof //-->

 

hmmmmmmmmmm ... for some reason your icon for english is huge

 

check your includes/boxes/languages.php for it

 

this is from your source code:

 

<!-- languages //-->

          <tr>

            <td>

<table border="0" width="100%" cellspacing="0" cellpadding="0">

  <tr>

    <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>

    <td width="100%" height="14" class="infoBoxHeading">Languages</td>

    <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>

  </tr>

</table>

<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">

  <tr>

    <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">

  <tr>

    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

  </tr>

  <tr>

    <td align="center" class="boxText"> <a href="http://momfinance.com/store/index.php?language=en&osCsid=54657a3209444fee2d8d588bcf41c15c"><img src="includes/languages/english/images/icon.gif" border="0" alt="English" title=" English " width="3864" height="55714"></a> </td>

  </tr>

  <tr>

    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

  </tr>

</table>

</td>

  </tr>

</table>

            </td>

          </tr>

<!-- languages_eof //-->

Posted

replace languages.php with the original file ... you have messed up something there. If you don't have a vanilla backup, download it from this site and unzip, and copy that one file over.

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Archived

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

×
×
  • Create New...