Okay, I’ve figured out a bit of it – I changed my traditional CSS link to:
“<link rel=”stylesheet” type=”text/css” media=”all” href=”<?php bloginfo( ‘stylesheet_url’ ); ?>” />”
And yay! my css is now working (sort of)…my logo image is not showing up still…should I be using different code to link my image, rather than the usual “img src” etc, ?
Here’s my code for my header.php and also my index.php, if that helps… though, in the meanwhile, I’ll peek into the header file for the Twenty Eleven theme and compare…
http://pastebin.com/p6cfA6RW