Page 1 of 1

Images in Footer Question

Posted: Sun Dec 14, 2008 11:29 pm
by tcsails
Script URL:http://www.wsu.edu/~converse/php7/mboard/mboard.php
Version of script:mboard13
Hosting company:wasu.edu
URL of phpinfo.php:http://www.wsu.edu/~converse/php7
URL of session_test.php:http://www.wsu.edu/~converse/php7/sessi ... n_test.php
What terms did you try when SEARCHING for a solution: footer

Write your message below:

I have an image and a couple of links in my footer that work fine on the main page. When I click on a thread, the footer is aligned to the left and the image isn't there.

I did search the help board for footer problems, and came across the align problem, but it is still not all clear to me how to correct this, and I don't think the image problem was discussed.

Thanks,

Terry

Posted: Mon Dec 15, 2008 4:03 pm
by Klemen
To make sure images work properly you need to use FULL URLs to any images in your footer and header. For example instead of just "image.gif" use "http://www.domain.com/path/image.gif".

Again, any changes will only be visible on new posts not old ones.

Align to the left problem

Posted: Mon Dec 15, 2008 5:23 pm
by tcsails
Thanks, I got the image to work, but I'm still having difficulty when I click to open a thread page, that the footer is aligned to the left. On the first page, the footer alignment works fine. Not at all clear how to correct this.

Terry

Posted: Mon Dec 15, 2008 9:14 pm
by Henrie
Hi Terry,

I looked at your page.
The difference between the pages is the code before and after the footer.txt file.

To resolve the problem you have, you can edit your footer.txt file.
As first line add: <center>
As last line add: </center>

That should do the trick.

Greetings,
Henrie

Thanks

Posted: Mon Dec 15, 2008 9:54 pm
by tcsails
Totally works, thanks for the quick reply.

Terry