Gap30 Posted February 23, 2007 Posted February 23, 2007 Would like to have mail address appear under inquiry in E-mail box that appears after clicking on contack us. Any suggestion of were text gets typed in?? Thanks Greg
ErollorD Posted February 23, 2007 Posted February 23, 2007 in contact_us.php file, search for <tr> <td><?php echo tep_draw_textarea_field('enquiry', 'soft', 50, 15); ?></td> </tr> Now just add under it: <tr> <td>YOUR TEXT HERE</td> </tr> or you can also assign class, so that text looks the same <tr> <td class="main">YOUR TEXT HERE</td> </tr>
Gap30 Posted February 24, 2007 Author Posted February 24, 2007 in contact_us.php file, search for <tr> <td><?php echo tep_draw_textarea_field('enquiry', 'soft', 50, 15); ?></td> </tr> Now just add under it: <tr> <td>YOUR TEXT HERE</td> </tr> or you can also assign class, so that text looks the same <tr> <td class="main">YOUR TEXT HERE</td> </tr> :thumbsup: Thanks used the second option. would like to get the following look: mail address: Linda Priebe 3254 pinecrestst sarasotoa FL 34329 Phone: 941-753-7777 Rookie question! what do I put after Priebe? Thanks Greg
Recommended Posts
Archived
This topic is now archived and is closed to further replies.