Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Hoe to "get" the copyright etc


Guest

Recommended Posts

Hi

 

Can someone tell me where I can edit the Copyright etc in the footer, so as it appears nearer the top of the footer, at the moment there is about 40/50px gap from the top of the footer to where the text starts.

 

Hope this makes sense.

 

Many

 

Grandpa

Link to comment
Share on other sites

John,

 

Check the footer.php to see if you can play with the placement of the text.

 

 

Chris

 

 

Hi Chris

 

Thanks

 

John

Link to comment
Share on other sites

catalog / includes / footer.php

 

line 24

 

<td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td>

 

change to

 

<td align="center" valign="top" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td>

 

that should do it

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...