Posts

Showing posts with the label add

Adding own CSS to Blogger

Image
For Begineers Click on Template When it loads, you will see 'Live on blog' . Now click on Customize On the top left hand corner, you will see few options. Click on Advanced Once you have done that, few options appears. Scroll down to the end and you will find Add CSS For Advanced Users Click on Template When it loads, you will see 'Live on blog' . Now click on Edit HTML Once you have done that, You will see HTML/CSS code. Scroll down to find |b:skin| ... |/b:skin| Click anywhere in the line so that it expands. Paste you'r code at the end of the declerations (Just before ]]>|/b:skin| ) /* BLOCKOCODE ----------------------------------------------- */ #blockquote { margin:1em 20px; border: 1px solid #619644; padding: 10px; background-color: #b1d2a3; } /* CSS OF MY OWN DECLERATION ENDS HERE ----------------------------------------------- */ ]]> |...