bow-viper1 Posted March 6, 2004 Share Posted March 6, 2004 My item description box is really small, how can I fix this? Also, how can I add more privacy alike links on the page near the bottom left, which file would I do it in is my question, and then make new pages like privacy, would copying and renaming one like it work? Link to comment Share on other sites More sharing options...
♥yesudo Posted March 6, 2004 Share Posted March 6, 2004 items descrip box. in admin/categories find: <tr> <td class="main" valign="top"><?php if ($i == 0) echo TEXT_PRODUCTS_DESCRIPTION; ?></td> <td><table border="0" cellspacing="0" cellpadding="0"> <tr> <td class="main" valign="top"><?php echo tep_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i][ 'image'], $languages[$i]['name']); ?> </td> <td class="main"><?php echo tep_draw_textarea_field('products_description[' . $languages[$i]['id'] . ']', 'soft', '70', '15', (isset($products_description[ $languages[$i]['id']]) ? $products_description[$languages[$i]['id']] : tep_get_products_description($pInfo->products_id, $languages[$i]['id']))); ?></td> </tr> </table></td> </tr> change the figures 70 and 15, or whatever figures you have, to what you want. Your online success is Paramount. Link to comment Share on other sites More sharing options...
♥yesudo Posted March 6, 2004 Share Posted March 6, 2004 there is a contirb for your second question. Your online success is Paramount. Link to comment Share on other sites More sharing options...
bow-viper1 Posted March 6, 2004 Author Share Posted March 6, 2004 items descrip box. in admin/categories find: <tr> ? ? ? ? ? ?<td class="main" valign="top"><?php if ($i == 0) echo TEXT_PRODUCTS_DESCRIPTION; ?></td> ? ? ? ? ? ?<td><table border="0" cellspacing="0" cellpadding="0"> ? ? ? ? ? ? ?<tr> ? ? ? ? ? ? ? ?<td class="main" valign="top"><?php echo tep_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i][ 'image'], $languages[$i]['name']); ?> </td> ? ? ? ? ? ? ? ?<td class="main"><?php echo tep_draw_textarea_field('products_description[' . $languages[$i]['id'] . ']', 'soft', '70', '15', (isset($products_description[ $languages[$i]['id']]) ? $products_description[$languages[$i]['id']] : tep_get_products_description($pInfo->products_id, $languages[$i]['id']))); ?></td> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?</tr> ? ? ? ? ? ?</table></td> ? ? ? ? ?</tr> change the figures 70 and 15, or whatever figures you have, to what you want. Thanks guys..and I changed both values to 200 and it just makes it verrrrry tall, it doesn't effect the width? Is there another value I have to set for width? Link to comment Share on other sites More sharing options...
♥yesudo Posted March 6, 2004 Share Posted March 6, 2004 the first figure conrols the width on mine. looks like you may have a different problem - anyone ?? Your online success is Paramount. Link to comment Share on other sites More sharing options...
bow-viper1 Posted March 6, 2004 Author Share Posted March 6, 2004 Bah, I thought I might have accidently messed something up, so I redownloaded and reuploaded that file.. still the same thing :( Thanks for the help, but anyone else know what to do? Link to comment Share on other sites More sharing options...
bow-viper1 Posted March 7, 2004 Author Share Posted March 7, 2004 Bah what is this.. I really don't understand, anyone have any suggestions that don't include completly reinstalling? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.