PDA

View Full Version : Header image not showing up on category pages?


jay275
01-06-2006, 09:02 PM
I am wracking my brain on this and just need a fresh set of eyes maybe. I am just setting up my site and testing. For some reason when I go to the categories pages, my header file is not showing up. It works fine on all other pages, but not under any categories I create. I compared the code from other pages and it looks fine. Any ideas?

http://www.directoryvault.com working
http://www.directoryvault.com/Arts/ not working

dan_vt
01-06-2006, 11:48 PM
I fixed the same issue by putting in the entire url in the image tag "http://www.yourdomain.com/images/header.jpg".

ing
01-06-2006, 11:57 PM
Hi,

If you put the full path to your image in the code it should fix that.

Instead of

Content visible to registered users only.

Use..

Content visible to registered users only.

:)

Edit: oops.. didnt see the reply by dan_vt :oops:

jay275
01-07-2006, 12:53 AM
Thank you very much to both of you. That was driving me insane! Worked like a charm.

Ap0s7le
01-07-2006, 06:38 AM
Actually, don't use the full domain. There's no reason for it when it can be called locally.

Using ing's example, notice the very *small* change.

Before
Content visible to registered users only.

After
Content visible to registered users only.

That would say, hey, start from ROOT.

-Casey