Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

email link no showing in footer :(


gandhi

Recommended Posts

Posted

theres a blank white space on the bottom of my shop

 

I looks fine from what i can see:

 

define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . STORE_NAME . '</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce<br></a><a href="mailto:[email protected]"></a>

 

?!??!?!?

Posted
theres a blank white space on the bottom of my shop

 

I looks fine from what i can see:

 

define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . STORE_NAME . '</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce<br></a><a href="mailto:[email protected]"></a>

 

?!??!?!?

 

Can i c your webage ??? to check the error

Erwin D. Padilla

Web Developer and Linux Admin

Posted

At the bottom of your shop after Hosting by YMLP.com

 

This space it because you have a <br /> on your index.php

Just need to remove it

Erwin D. Padilla

Web Developer and Linux Admin

Posted

define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . STORE_NAME . '</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce<br></a><a href="mailto:[email protected]"></a>

 

 

Here what wrong is:

 

YOu need to put a value between the <a href="mailto:[email protected]">CLICK HERE MORE INFO...</a>

Erwin D. Padilla

Web Developer and Linux Admin

Archived

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

×
×
  • Create New...