T
Trevor L.
Stefan said:I'd say you have bigger problems in the page layout
- starting w/ the wrong Doctype for a non frameset page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
- look at it in an 800x600 browser window
OK
I have now corrected the DOCTYPE to
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
FF is ignoring the image because it sees
<img src =?mages/display/blank.gif" width="1" height= "160" /
And IE Sees <img src =ïmages/display/blank.gif" width="1" height= "160" />
Instead of <img src =images/display/blank.gif" width="1" height= "160" />
Note the difference in the I in images/
Yes, I see it.
Well the 2nd last line should read:
Instead of <img src ="images/display/blank.gif" width="1" height= "160" />
(quote before images)
But thats OK, I could see what you meant
This occurred because my keyboard is set to US International and when I
press the quote it waits for the next keypress before writing a character.
Quote I is I diaherrosis (if that is correct, perhaps it is I umlaut -
anyway the double dot above the character).
I will either have to watch more carefully or switch back to standard US
I have fixed it now and the gap due to the blank gif appears, even when I
change the width to "0" which is exactly what I want.
I can now work on varying the height of the gif.
(Murray, You may say "uggh" but it is worth a try)