cheftom
Member
Posted 3 years ago #
My blog is located at:
http://www.recipesecrets.net/blog
On my sidebar on my homepage about half way down the page is an Orange/Yellow BUY NOW button.
It displays clearly on the main page...however on every other page it does not display. For example.. on http://www.recipesecrets.net/blog/archives/ the BUY NOW button is missing.
Any ideas on what is causing this ?
on your main page, the image is here
http://www.recipesecrets.net/blog/btn_buynow_LG.gif
your archive page is looking for it here
http://www.recipesecrets.net/blog/archives/btn_buynow_LG.gif
you are using a relative link for the image in the sidebar - change it to an aboslute and it should be fine.
chenge the image tag in the sidebar.php to
<img src="/blog/btn_buynow_LG.gif" blah blah blah />
cheftom
Member
Posted 3 years ago #
duh! lol Thanks...can't believe I overlooked that. :-)