Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Banner Question


justedee

Recommended Posts

How do I place a banner where the blue arrow is pointing?

 

Also how do I change the wording on the tab where the pink arrow is pointing?

 

Thank you for your assistance.

~eDee

 

banner.gif

 

If it's easier the site is www.barefootmarket.com/scents

Ya, I'm a chick and I program! What of it?

Link to comment
Share on other sites

1. Move the banner code from footer to header.php

2. define your title in english.php or add the header tags controller for even more and better title and other meta tags functions

 

HTH

"I must admit that I personally measure success in terms of the contributions an individual makes to her or his fellow human beings."

---Margaret Mead---

 

"The answer is never the answer. What's really interesting is the mystery. If you seek the mystery instead of the answer, you'll always be seeking. I've never seen anybody really find the answer -- they think they have, so they stop thinking. But the job is to seek mystery, evoke mystery, plant a garden in which strange plants grow and mysteries bloom. The need for mystery is greater than the need for an answer.

--Ken Kesey"

Link to comment
Share on other sites

1. Move the banner code from footer to header.php

 

 

Oh why didn't I think of that?!!?

 

 

You know I really want to just put my Mall banner in there, could you tell me between what code I could do that.

I am really new at PHP, I'm just kinda faking it. I'll try a few things and see if I can come up with it, but a hint would be a real help.

 

<?php

if ($banner = tep_banner_exists('dynamic', '468x50')) {

?>

 

2. define your title in english.php or add the header tags controller for even more and better title and other meta tags functions

Of course, I should have thought of that also. Sorry, newbee here. I do try and look for the answers I'm just not sure what to search for. I'm key word inept.

Thank you all so much for your help.

~eDee

Ya, I'm a chick and I program! What of it?

Link to comment
Share on other sites

NEVER MIND!

Thank you for your help, I got it. Now I just have to do this to 5 sites and my mall will be up and ready to go.

Again thank you,

~eDee

 

 

1. Move the banner code from footer to header.php

Oh why didn't I think of that?!!?

You know I really want to just put my Mall banner in there, could you tell me between what code I could do that.

I am really new at PHP, I'm just kinda faking it. I'll try a few things and see if I can come up with it, but a hint would be a real help.

 

<?php

if ($banner = tep_banner_exists('dynamic', '468x50')) {

?>

Of course, I should have thought of that also. Sorry, newbee here. I do try and look for the answers I'm just not sure what to search for. I'm key word inept.

Thank you all so much for your help.

~eDee

Ya, I'm a chick and I program! What of it?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...