|
Hi Solprovider, hi all, [EMAIL PROTECTED] a écrit : This is a relative oneOn 12/13/05, Annie Dumont <[EMAIL PROTECTED]> wrote: <img src="" ismap="ismap" alt="" border="0" height="519" width="460"> http://our_server.fr/lenya_directory/our_pub/authoring/universite/test.html- What is the URL of the Authoring tab? What is the SRC parameter when looking at the source of the page in the browser? <script>img('test/Souris.jpg', 519, 460)</script>
with the js function img :
function img(url, hauteur, largeur)
{
if (largeur>410)
{
document.write('<div style="block:table-cell"><img src="" width="410px" border="0" height="' + Math.floor(hauteur*410/largeur) + '"/>&l
t;/div>');
}
else if (largeur>=0)
{
document.write('<img src="" width="' + largeur +'" height=
"' + hauteur + '"/>');
}
else
{
document.write('<img src=""/>');
}
}
http://our_server.fr/lenya_directory/our_pub/live/universite/test.html- What is the URL of the live version? What is the SRC parameter when looking at the source of the page in the browser? <div> <script>img('test/Souris.jpg', 519, 460)</script> </div> I am using firefox for editing and viewing, MSIE only for viewingWith that information, we can figure the complete path of the IMG. Then decide why some people do not have access to the IMG for certain cases. Are you using MSIE or Mozilla for editing? for viewing? I verify : under MSIE, when the picture doesn't display for user with restricted rights : no red X in place and the source is the same :MSIE can damage URLs when saving from Kupu. (That will be evident from the above information.) MSIE displays a box with an X when an image file is not available. Mozilla shows nothing, pretending the IMG tag does not exist, if the file is not available. <div> <script>img('test/Souris.jpg', 519, 460)</script> </div> Yes, that's the entire mystery ! I need the image to be displaid in the authoring-tab because my users will be disturbed by no seeing what they did, even if its done.Does the image appear properly after publishing the page? I don't understand, how with the same code, it can be sometimes displaid and sometimes not :( Kind regards, annie |
- Some pb too display pictures in authoring-tab Annie Dumont
- Re: Some pb too display pictures in authoring-tab solprovider
- Re: Some pb too display pictures in authoring-tab Annie Dumont
- Re: Some pb too display pictures in authoring-ta... solprovider
- Re: Some pb too display pictures in authorin... Annie Dumont
- Re: Some pb too display pictures in aut... solprovider
- Re: Some pb too display pictures in... Annie Dumont
