Posted by dorayme on 07/31/06 00:31
In article <eaii2q$79a$1@newsreader2.netcologne.de>,
Martin Pöpping <martin_p@despammed.com> wrote:
> Hi folks,
>
> I´ve a strange problem with the IMG-Tag in IE.
>
> Here´s my code:
>
> <div id="menu"><img alt="" src="./img/logo01.jpg"><br>
>
> <table>
> <tr>
> <td><img src="./img/button.jpg" alt=""></td>
> </tr>
> ...
>
> </table>
At least in my copy of this post of yours, there is a missing
stop in the above. src="./etc" should have ../
That's how I do it to go up a directory anyway...
--
dorayme
[Back to original message]
|