No, I’m adapting from techland-10, but doing some significant re-working (ditched the stylesheet and have been doing some reorganizing of the template files). Just trying to find the php that is causing an embedded style to be written. I’ve adapted my styles so that they don’t conflict, but it looks untidy and I want to know how to be rid of it.
This is what is written to the head of my html doc:
<style type="text/css">
#header {
margin: 0 auto;
width: 900px;
height:180px;
background: url(--edited by snowflakey to remove url--) no-repeat center;
}
#header *
{
color: #000;
}
</style>
This isn’t even what is on my current style sheet, although it was when I used the custom image header editor.