Quote:
Originally Posted by Strafe
Zach,
Please help. I want to add the header and footer to my chat so that it looks "integrated" within the site. However, it seems like I'm having problems with the image paths. How do you set it so it gets the images from the /forums directory instead of /forums/chat?
Thanks a lot for the help and great hack!
|
I think a forum-admin should know enough HTML to know that.
But here what you want:
HTML Code:
<img src="../images/IMAGE.GIF" alt="" border="0" />
This would open the image "IMAGE.GIF" in the forums/images folder.