Posts

Showing posts with the label css

Two ways to add code block in blogger template for composing posts

How to add code block into blogger template for composing posts Blogger blog is very good for a newbie blogger starter who wants to share his or her thoughts. Blogger blog doesn’t cost a penny. On the other hand, the great opportunity is editing theme or templates style option according to our choice. There are following useful steps to add effective code block in blogger theme with two ways: Way1 Step1: Login to your blogger on Dashboard  >>  Theme  >> Step2: Then click on the Customize button Step3: Now a window will open then click on Advanced  >>  Add CSS Step4: A box will open, then Add the following css source code in the block area and click on the Apply button to enable style in your blog //copy css source code .code {color: #000000; background:#f5f8fa; border: solid #5C7B90; background-repeat:no-repeat; border-width: 1px 1px 1px 20px; font: 13px 'Courier New', Courier, monospace; line-height: 16px; margin: 10px ...