Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tell me why.....lol


RCWS

Recommended Posts

Posted

I installed the "tell us why" contrib and for some reason the text go next to the input box.

I have tried everything to fix it exsept the thing that DOES fix it!

Here is a link to my page (box is in colum right)

My Webpage

Here is the code for tell_us_why.php

<?php
/*
 $Id: tell_us_why.php, v 1.0 2005/11/17 08:39:07 hpdl Exp $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2005 osCommerce

 Released under the GNU General Public License
*/
?>
<tr><td>
<?php
 $info_box_contents = array();
 $info_box_contents[] = array('text' => BOX_HEADING_TELL_US_WHY);

 new infoBoxHeading($info_box_contents, false, false);

 $info_box_contents = array();
 $info_box_contents[] = array('form' => tep_draw_form('tell_us_why', tep_href_link(basename($PHP_SELF),tep_get_all_get_params(array('language','action','currency','msg')).'msg=Y', 'NONSSL', false), 'POST'),
						   'align' => 'center',
						   'params' => 'style="background-color: #ffffff;"',
						   'text' => TEXT_NO_BUY_REASON . tep_draw_input_field('why', TEXT_WHY_DEFAULT, ' onfocus="this.value=\'\'" size="20"') . '<br>' . tep_image_submit('button_email.gif', TEXT_TELL_US_WHY) . tep_hide_session_id());
 new infoBox($info_box_contents);
?>
</td></tr>

Toby Wilson

Archived

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

×
×
  • Create New...