The following tag when posted back to the server changes the <link tag to an invalid tag. This breaks the page and it will not load.
Before saving it back to server
<link ID="pdCSS" RUNAT="Server" HREF="portal.css" TYPE="text/css" REL="stylesheet" />
After saving it back to server
<link ID="pdCSS" RUNAT="Server" HREF="portal.css" TYPE="text/css" REL="stylesheet"/ />
Notice the double "/" at the end. I tried making it </link> at the end - but it still does the same thing.
Can you please instruct if there is a work around?
D.