Locating the CSS style sheet
and i again i am able to do something with my blog with your very easy to use instructions. it took me a while before i can get it going as i didnt know where the CSS style sheet began. thank you so much! my blog is still in the works so no links yet. again, thank you. ;>
It seems the CSS style sheet is an elusive piece of code for some of you. Here is how to find it.
- Classic Blogger: Between the <style> and </style> tags. The first tag could have more in it like <style type="text/css" media="screen"> so don't let that concern you.
- Beta Blogger: Between the <b:skin><![CDATA[/* and ]]></b:skin>
.sidebar {Note the "{ }" and the "#". They will be all over the place. That is a tale-tell sign of the CSS style sheet code.
color: $sidebartextcolor;
line-height: 1.5em;
}
and
#header a {
color:$pagetitlecolor;
text-decoration:none;
}
10 Comments:
hey that's me! yey! in fact, those are both my questions. ;> thank you so much!
-a very happy BlogU enrollee/soon to be student. ;>
I wish I'd seen this when you first posted it. I had LOADS of trouble sorting it out. :(
Thank You ,, You are pure genius,,have been trying to get "tweet this" into my blog for weeks with no success , until I met you - kudos
Mark Underwood - Blogger - blogspot.com - beta blogger settings worked flawlessly for me,,cool...i am now one of your faithful followers.
BlogU
Booo. :(
I switched to Wordpress cos I couldn't work it out in the end. I may come back to Blogger now I've found this - thanks for the info. :)
Sorry. I´m still new to Blogging. Could you tell me where to find the tags you specify above in my Blog. Is it in the layout in HTML page?
Thank you,
R
guys in case someone did not understand where to find the css style sheet: go to your dashboard > Layout > Edit HTML.
(i have no background in all this so it took me quite sometime to find this out!)
Thanks for the code, it's so simple, apparently, but I just couldn't get it to work till now. Like you wrote - it was "elusive". Indeed. I really like your blog - for the first time I found a blog to explain programming in a really clear way. Thanks! :)
I found this link in a Google search, and just wanted to add my thanks for such a straightforward and helpful explanation!
arrgh. it took me bloody ages to figure this damn css thing with blogger. blogger is SO HARD. dont be fooled by it's "easy to use" spiel, people. i've gone to wordpress, its cleaner and more intuitive, i think.
Do you have tutorial for basic programming using either C++ or PHP. I am expert already with CSS and wanted to move forward