Thanks for responding. Let me try to explain again:
Normally at the header section of html source code is only <link rel=”stylesheet” type=”text/css” href=”style.css”>. The .css is loaded external.
On my site (amtl.org) if you right-click and say “show source code” is the whole content of the style.css written:
<style type=”text/css”>
/*————————————————–
=>> Common – Begining Css
————————————————–*/
blockquote {
border-left: 3px solid #2ea3f2;
}
td a {
color: #2ea3f2;
}
So now everybody get the full css code shown at html source code. This is NOT normal and not needed.
What can i change to this?