Page 1 of 1

Logo Problem (Solved!)

Posted: Mon Jun 20, 2011 12:28 am
by Nexus
Hello everyone! I am having trouble with my logo on my pages and it keeps making this image

Image

here is my Logo.php

Code: Select all

<div id="logo" div align="center"><img src="/images/logo.gif" width="500" height="150" border="1" /></div>

Re: Logo Problem

Posted: Mon Jun 20, 2011 12:38 am
by Perry
Try removing the '/' from before the image location. So make "/images/logo.gif" look like this "images/logo.gif".

I think that should fix your problem.

Re: Logo Problem

Posted: Mon Jun 20, 2011 1:06 am
by Nexus
Thank you very much! It works just fine!

Re: Logo Problem

Posted: Mon Jun 20, 2011 1:18 am
by Perry
Your welcome. Glad I could help :D

Re: Logo Problem

Posted: Mon Jun 20, 2011 1:36 am
by Jackolantern
Glad you got it fixed :) If you could, please add "[resolved]" into the thread title by editing the first post.