M
Mark Olbert
Has anyone found useful tutorials on how to deal with the shortcomings of master pages, specifically, the fact that they don't
handle HTML file references when used to create web pages anywhere other than the root folder of a website?
I'm familiar with using the runat="server" workaround for img tags (and supposedly that works for <a> tags, too). And I've noticed
that you can use absolute addressing if you're willing to forgoe seeing images on your webpages at design time. But both these
approaches seem like kludges. Frankly, Microsoft should've done a better job of addressing this issue (Dreamweaver handles the
problem pretty well, and has for years).
- Mark
handle HTML file references when used to create web pages anywhere other than the root folder of a website?
I'm familiar with using the runat="server" workaround for img tags (and supposedly that works for <a> tags, too). And I've noticed
that you can use absolute addressing if you're willing to forgoe seeing images on your webpages at design time. But both these
approaches seem like kludges. Frankly, Microsoft should've done a better job of addressing this issue (Dreamweaver handles the
problem pretty well, and has for years).
- Mark