We are trying to include a CSS file(by using link tag) with full path from other web site. We have 2 JS files also from other web site. When we try to save(update), the CSS link tag is not saving or it is missing. The 2 JS files script tags are good. It worked before, but we are seeing the issue with CSS link tag now. Are we missing any thing now? Any pointers? Thanks in advance.
<link href="http://www.sample.com/a.css" media="screen" rel="stylesheet" type="text/css" />