Bradisco Posted May 13, 2003 Posted May 13, 2003 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
Guest Posted May 13, 2003 Posted May 13, 2003 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.
damkai Posted May 13, 2003 Posted May 13, 2003 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]
rseigel Posted May 13, 2003 Posted May 13, 2003 Look for this: <table width="77%" border="0"> That's your problem. :wink:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.