Hi there,
When I setup a custom navbar (In Ringadmin under [customize] ->
[html code]),
it will not show the graphics from the <img src="" command.
a) For a test, I uploaded a gif picture into every ringlink directory.
b) I wrote the following demo code:
<table border="3" cellpadding="3" cellspacing="3"><tr>
<td><a
href=""
target="_blank">
<img src="" alt="WebRing Info" width="24"
height="20" border="0"></a></td></tr></table>
I also tried /logo-im-info.gif in the src path, it will not display the
graphics (only the text "webring info").
When I change the code and add the [cgiURL]/ infront of the graphic
file, then it works:
<table border="3" cellpadding="3" cellspacing="3"><tr>
<td><a
href=""
target="_blank">
<img src="" alt="WebRing Info"
width="24" height="20"
border="0"></a></td></tr></table>
I wonder why?
The issue is: giving this code to the users is not so practical,
because
they should store the graphics on their local machines (instead of
opening them from the webring server).
Any idea how this can be fixed (I would like to have the
navbars displayed correctly)?
Thanks.
Justin.
|