Page 1 of 1

footer image alignment

Posted: Thu Jan 05, 2012 3:03 am
by HAL
Script URL: http://www.alexandriaontario.ca/Mboard/mboard.php
Version of script: mboard13
Hosting company: hostica
URL of phpinfo.php: ?
URL of session_test.php: ?
What terms did you try when SEARCHING for a solution: I already read the post by tcsails ``images in footer question``

Write your message below: I have the same issue with my footer graphic not appearing on the page where you post a reply, and on the page where you have to enter in the anti-spam code in order to post a topic, my footer graphic is not centered, it`s off to the right in my case. I tried putting the <center></center> as the first and last lines in the footer.txt file and no results. I made sure that my image was entered in the footer.txt file as a file url http://www.alexandriaontario.ca/image/footer.jpg. Still can't see the graphic. On the first page everything is beautiful though. Don't know what I'm doing wrong.

Thanks
HAL

Re: footer image alignment

Posted: Fri Jan 06, 2012 2:55 pm
by Klemen
You have a lot of invalid HTML code in your footer and header, that's what's causing problems. For example you have two sets of <head>...</head> defined. Also, your page isn't even showing in Internet Explorer 9.

Writing valid HTML is beyond the scope of the support I provide here.

Rather than just copy/pasting your website code into the header/footer files I would recommend that you start over and for your message board create just a simple header and footer. For example a header image and links to your homepage and other main pages and an image for the footer.

Note that any code you paste into header will be shown after MBoard's <body> tag so you mustn't paste any code before <body> into the header.txt. Similarly, any code pasted into footer.txt will be added just before </body> tag.