I\'m writing a template for dreamweaver, and don\'t want to change the scripts for subfolder pages.
Is there a way to make the path relative to the root directory?
You can use ResolveUrl
<link type="text/css" rel="stylesheet" href="<%=Page.ResolveUrl("~/Content/table-sorter.css")%>" />