Images not showing in image buttons V1.90..

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
hi i was changing the two column master styles and header.ascx and headermenu.ascx in nopcommerceV1.90..

here in default.aspx all images are displaying..

i have used image buttons in left side menus..
then i clicked and category images it will move to next page..

if the url is like http://localhost:3174/nopcommercestore/product.aspx means the images are displaying in my image buttons.

if i clicked category images then it will move to http://localhost:3174/nopcommercestore/category/59-gi-tags.aspx.
here is the problem..

the image button images are not displaying.

i.e)it moves to a folder means it doesnt show the images..



how to tackle this...

need ur suggestions with example..


regards
sundar
13 years ago
try referencing your image source like so:

<img src="<%=Page.ResolveUrl("~/root/to/yourImage.gif")%>"     />
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.