So...
My homepage source looks something like this:
<head>
...
<link rel="shortcut icon" href="/favicon.ico" />
<link href="css/1.css" type="text/css" rel="stylesheet" />
<link href="css/2.css" type="text/css" rel="stylesheet" />
<link href="css/3.css" type="text/css" rel="stylesheet" />
</head>
Somewhere in Kentico, I must have add those style tags. As far as I can tell, they are not hard coded inside any file.
The portal template looks like this:
<head id="Head1" runat="server" enableviewstate="false">
...
<asp:literal runat="server" id="ltlTags" enableviewstate="false" />
</head>
So, the "ltlTags" Literal tag is being replaced with those styles. Where do those styles come from?
They have to be in the database/interface somewhere right????
In the CMS desk, I have checked the page tab, the design tab, master tab, and all of the property tabs. I also checked all of the pages in the Site Manager.