<img id="logo" src="<?php bloginfo('template_directory'); ?>/images/cmcroundlogo.png"/>
This part calling the logo goes in header.php, I think you have that right
#logo
{
float: right;
padding-top: 0px;
padding-right: 20px;
padding-left: 500px;
}
your css goes into your style.css file, not in php files. All css goes into the css document
and don’t wrap any of that in <p> </p> tags…..
technically…any of them will work. They are all called in. But for organization sake, I’d pick default or client…… (back the file up before editing, in case a mistake is made…)
hmmm…I tried client and default but neither will let me add anything. is it possible to be locked out?
where are you doing this from? In the WP editor? You may have to adjust permissions….
does it say
You need to make this file writable before you can save your changes. See the Codex for more information.
under it?
nope, doesn’t say anything…just can’t type anything
I am in the WP editor
well…can you edit the other ones? The css should be able to be added to any of the css files…
But I’d prefer them in the ones you can’t edit….for organization.
This is the part where I wait for someone who know more than me to figure out what’s up with those files….
I’ll wait for a bit and see if anyone else chimes in…this shouldn’t be so hard. Thanks for your effort