Skip to main content
Participating Frequently
March 23, 2021
Question

Total Beginner. Need help with replacing header for my ebay product template.

  • March 23, 2021
  • 1 reply
  • 1612 views

I need help with adobe dreamweaver. I have an ebay template and I just want to replace the header. I can't seem to replace it, only add it on top or below the old one.

 

I attached a screenshot. How can I replace the blue and red double line banner with the tester banner? I still want the tabs to appear on the tester banner.

 

Would appreciate any kind of help.

This topic has been closed for replies.

1 reply

Nancy OShea
Community Expert
Community Expert
March 23, 2021

Hi @American5C0B,

Where did you get the eBay template?  Did you read the accompanying documentation or "read me" file for instructions on how to use it?  If no instructions came with it, ask whoever you obtained it from how to change the banner image.

 

My guess without looking at the source code is that you must replace your current banner image with one that's remotely hosted on your web server.

 

EXAMPLE:

<img src="https://dummyimage.com/890x100" alt="XYZ Banner">

 

I also suggest you look at design & listing tools specifically aimed at eBay sellers like these:

 

Hope that helps.

 

Nancy O'Shea— Product User & Community Expert
Participating Frequently
March 23, 2021

Thanks for the reply. About replacing my current banner image with one that's remotely hosted on my web server, how do I do that? Is is a matter of deleting the old one and uploading the new one? Not that simple, right? Please tell me how.

Nancy OShea
Community Expert
Community Expert
March 23, 2021

I was able to log in now. You can ignore that part. Now, how do I replace the current banner I have (That double stream red and blue) to the one I am pointing to with a pink arrow?

 


Open your code and change the img src from old image to the new image on the server.

Save changes (Ctrl + S) and upload file to server to test.

 

Nancy O'Shea— Product User & Community Expert