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:
to this:
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 ?
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 ?
