Images in Footer Question

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
tcsails
Posts: 15
Joined: Sat Dec 13, 2008 5:02 am

Images in Footer Question

Post 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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
tcsails
Posts: 15
Joined: Sat Dec 13, 2008 5:02 am

Align to the left problem

Post 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
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post 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
tcsails
Posts: 15
Joined: Sat Dec 13, 2008 5:02 am

Thanks

Post by tcsails »

Totally works, thanks for the quick reply.

Terry
Locked