FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Anyone help me with forum problem?

 


wumingsden
Ok, my forum is located here:

www.wmd.frih.net

The logo next to the site name/description is not there. Instead its replaced by that really annoying "X" mark.

I replaced it with my own logo. I called it exactly the same as the file before. The only difference is the file type. The original was in gif format, teh new one is in jpeg format.

Because of this I changed this part of the overall_header file from this:

Quote:
<td><a href="{U_INDEX}"><img src="templates/BlackAndWhite/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>


to this:

Quote:
<td><a href="{U_INDEX}"><img src="templates/BlackAndWhite/images/logo_phpBB.jpeg" border="0" alt="{L_INDEX}" vspace="1" /></a></td>


I also changed the file permission to the same as all of the other permissions of my images (644).

I cannot think of anything else I can do to try and get the image, does anyone know why it won't show ?
mathiaus
jpeg is not the same as jpg! use the below code
Code:
<td><a href="{U_INDEX}"><img src="templates/BlackAndWhite/images/logo_phpBB.jpg" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
wumingsden
Before I upload the picture I checked to see what format it was in, which is jpeg. In the code that I entered I have used jpeg not jpg.
It cannot change on its own can it?
Daniel15
wumingsden wrote:
Before I upload the picture I checked to see what format it was in, which is jpeg. In the code that I entered I have used jpeg not jpg.
It cannot change on its own can it?


The JPEG format uses two file extensions, jpeg and jpg. These are exactly identical. The actual file you have has the .jpg extension: http://www.wmd.frih.net/templates/BlackAndWhite/images/logo_phpBB.jpg but you use .jpeg in the code. Just change the .jpeg to .jpg, and it'll work!
wumingsden
Oh my God, thanks so much. It actually worked although I still don't understand how I could mis-see jpeg and jpg. That is unless it automatically changed somehow Confused

Once again thanks for the help.
dan751
I couldn't have said it better myself, daniel15.Cool

I use Jpeg compression all the time, but to save a little text, I always have the extention set as .jpg never .jpeg.WinkRazz
This topic is locked: you cannot edit posts or make replies.    Frihost Forum Index -> Support and Web Hosting -> Web Hosting Support

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.