Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with layout of index.php ???


gray_bale

Recommended Posts

I want the

 

Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?

 

bit of text below the

 

Online Nursery Shop

 

bit of text.

 

Check out http://www.gb-online.co.uk/catalog/index.php

 

Any ideas, as the coding for tep_customer_greeting is after the HEADING_TITLE in index.php but before the html coding for the menu tables....

 

The coding is as detailed below

 

<tr>

<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

</tr>

</table></td>

</tr>

<tr>

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

</tr>

<tr>

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

<tr>

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

</tr>

<tr>

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

</tr>

<tr>

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

</tr>

<tr>

 

<div align="center">

<center>

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="589" id="AutoNumber2" height="40">

<tr>

<td width="606" style="padding: 5" height="347">

<div align="center">

<center>

<table border="0" cellpadding="3" cellspacing="3" style="border-collapse: collapse" bordercolor="#111111" width="596" id="AutoNumber12" height="247">

<tr>

<td width="150" height

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...