Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

image control's imageURL is not rendered correctly in netscape.

Status
Not open for further replies.

asmith555

Programmer
Oct 7, 2002
97
US
When I use a reletive image URL such as "../images/image.gif" netscape renders the img src as "/fs2/images/image.gif" "fs2" is the root directory. IE renders it correctly.

<asp:image runat=&quot;server&quot; imageURL=&quot;../images/image.gif&quot;/>

how can I make netscapr render the <img> object correctly???
 
asmith: About a week ago or so we had a discussion re: Netscape and someone posted a general &quot;fix all&quot; - several lines of code that seem to take care of several things, including text box sizes, etc... May work for images.

Try &quot;.\images\mypic.png&quot; instead of &quot;..\images\mypic.png&quot;

You might want to page back and find the previous Netscape discussion.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top