Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

index page, intro text


spottedhaggis

Recommended Posts

Hi all

 

All working great, but when you access the home page, and you have the blcok of introduction text, the box is about an inch from the top, I want to move it up. I already removed the text from the top, but cant remember where it was, as I figure thats where I need to look to adjust it. But at the same time, I still want the categfory headers to appear where they would do? Can this be done.

 

site is - www.dragonfly-dreams.net

Born - Scotland

Location - Kent, England

Job - hunting for one

Link to comment
Share on other sites

In your index.php find something like the following:

 

<!-- body_text //-->
? ?<td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">
? ? ?<tr>
? ? ? ?<td><table border="0" width="100%" cellspacing="0" cellpadding="0">
? ? ? ? ?<tr>
? ? ? ? ? ?<td class="pageHeading" align="right"> </td>
? ? ? ? ?</tr>
? ? ? ?</table></td>
? ? ?</tr>
? ? ?<tr>
? ? ? ?<td><img src="/images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
? ? ?</tr>
? ? ?<tr>
? ? ? ?<td><table border="0" width="100%" cellspacing="0" cellpadding="0">
? ? ? ? ?<tr>
? ? ? ? ? ?<td><img src="/images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
? ? ? ? ?</tr>

Start from the bottom to the top - in the above code -and do the following:

 

delete

 

<tr>
           <td><img src="/images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
         </tr>

and see if you like it, then delete

 

  <tr>
       <td><img src="/images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
     </tr>

and see if you like it, and finally delete

 

<tr>
? ? ? ? ? ?<td class="pageHeading" align="right"> </td>
? ? ? ? ?</tr>

Enjoy

 

Nacer.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...