Category: CSS

  • How to make external CSS File for Blogger Functioning properly

    If external css file e.g. mystyle.css is not functioning properly then the import it at two places in the blogger HTML template. One before </head> and another before</b:skin>. Here I am showing how to do it. Before starting first backup your template. Step1: Go to Template>HTML> then click anywhere inside the template code. Then do…

  • ALL CSS

    <!–Self css for box code start–><style type=’text/css’>div.ex{border:0px solid black;padding:0px,0px,0px,0px;margin:0px,0px,0px,0px;width:329px; }</style> <!–Self css for box code end–><style type=’text/css’>div.sf-text {float: left;width: 110%;background: #999;padding: 0px 0 15px 0;margin:0 0 0px -50px;}</style> <!–Self css for para text start–><style type=’text/css’>#para1{border:1px solid #D8D8D8;padding-top:6px;padding-right:6px;padding-bottom:6px;padding-left:6px;text-align:justify;}</style> <style type=’text/css’>div.hdl1{margin-left:0px;text-align:left;color:black;background:#E6E6E6;padding: 0,0,2em,0;}</style><!–Self css for para text end–><!–Self css forABOUTBOX code start–><style type=’text/css’>div.aboutbox{width:1000px;padding:10px;border:2px solid green;color:black;background:#ECF8E0;margin:0px;}</style><!–Self css for box2…