Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Probl. with content from 800 to 1024


Bradisco

Recommended Posts

Posted

Hello,

i have designed a html page to insert in default.php. It looks good in 800 but in 1024 it occupies only 60% of the space between the two columns.

Anybody can help ??

Thks

mike

Bradisco

Posted

Sounds like an HTML question to me.

 

If I understand you correctly, you need to set table width relative, ie in % not in pixels. So modify the tag like this:

 

<table width="100%">

 

(plus whatever other tags you have there)

 

Hope this helps.

Posted

in fact it in catalog/default.php

 

 

The variable of text_main in

 

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

<tr>

<td class="main"><?php echo tep_customer_greeting(); ?></td>

</tr>

<tr>

<td class="main"><br><?php echo TEXT_MAIN; ?></td>

</tr>

<tr>

<td><br><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>

</tr>

<?php

include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS);

?>

</table>

 

you can see that all is in 100%

 

but if you see : http://www.eteamsys.com/catalog/ (french version) in 1024 mode you see that this table it seems about 60%

 

Could you help me ?

 

[email protected]

Archived

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

×
×
  • Create New...