View Full Version : What the f....
Lost Soul
01-21-2003, 07:02 AM
This may interest some of you. I have a logo on 7 pages. It is located in the same area on every page and uses the same coding, but on two of the pages the logo does not appear. Here is the coding:
<td valign="middle" align="left" width'"178" bgcolor'="#FFFFFF">
<p align="center">
<img src="Images/logo1.gif" width="164" height="85" border="0" alt="logo"></p>
</td>
.........
.........
Why does this happen and what should I do to resolve this issue?
:confused:
DCElliott
01-21-2003, 07:41 AM
booboo here : width'"178"
MikeParent
01-21-2003, 08:20 AM
I think DC's observation is your problem, however there is also an error here:
bgcolor'="#FFFFFF">
-------^-----------
Lost Soul
01-21-2003, 05:27 PM
Sorry, they were "typo's" here is the code directly from the coding:
<td valign="middle" align="left" width="178" bgcolor="#FFFFFF"><p align="center">
<img src="ogo1.JPG" width="164" height="85" border="0" alt="logo.gif"></p>
</td>
As I said before, it is identical on every page but on two pages the logo doesn't show. I am puzzled!
Lost Soul
01-21-2003, 05:29 PM
OOPS!!!
<img src="ogo1.JPG" width="164" height="85" border="0" alt="logo.gif"></p>
should read:
<img src="logo1.JPG" width="164" height="85" border="0" alt="logo.gif"></p>
editing problem, not coding problem!
pezland
01-21-2003, 08:25 PM
Why is the extension on the alt (gif) different from the extension on the actual image link (JPG) ? might it actually be a gif, or maybe it doesnt like the capital JPG...
Lost Soul
01-21-2003, 10:08 PM
Oh yes, I didn't notice that. Still doesn't say why on 5 pages this code works and on 2 it doesn't. Strange!
I will correct this (these) error(s) and report back. Thanks.
Lost Soul
01-21-2003, 11:21 PM
I have ammended the errors but still have the same problem.
Ho, Hum.
MikeParent
01-22-2003, 04:44 AM
First off you can reduce some unknowns by doing the following 2 things (if you havent done so already) :
1) Unless you are using a 'nix server you actually have file/folder names with uppercase, use all lower case
2) Copy paste the entire block from a page that works to all other pages.
One thing I noticed is that in the original post you had:
img src="Images/logo1.gif"
Later you posted:
src="logo1.JPG"
note the Images path... could that be it?
Lost Soul
01-22-2003, 07:52 AM
OK guys (and gals), I cracked it in the end. I figured that if it wasn't the code (identical on every page) then it was something happening BEFORE that coding. I checked and there it was. I had a <base href...> a few lines up.
Thanks for the input though.
DCElliott
01-22-2003, 09:28 AM
All your base are belong to us! (http://www.people.fas.harvard.edu/~pyang/base/allyourbase.swf)
MikeParent
01-22-2003, 02:06 PM
heh heh
Lost Soul
01-23-2003, 06:22 PM
er, yeah.
AAAHHHH!!!! The Vogons are here. Quick, hide the compu.......
professorkeller
01-26-2003, 10:07 PM
The code seems to be OK. However, you don't need to use a <p> tag to include a graphic into a <td> tag with alignment attributes, just the <img> tag.
vBulletin® v3.7.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.