I have no idea why it would react this way.
Any help is appreciated .
Check the HTML Source of the pages with broke links to see the faulting Urls. A quick and dirty way to get rid of the problem (unless there are some fundamentals regarding virtual and physical paths in your set up that are very different) is to add the runat="server" attribute to all your IMG tags and declare your paths like so:
<imgrunat="server" src="http://pics.10026.com/?src=~/images/topBannerNAT.jpg" />
0 comments:
Post a Comment