Adding Horizontal line in blogger post is very easy task. All you need to paste a simple one liner HTML code in your HTML editor of your post at the desired position in your post.
HTML Code : align="center" color="black" size="2" width="100%"
add brackets on both ends like this :
HTML Code : align="center" color="black" size="2" width="100%"
add brackets on both ends like this :
You can change the attributes as per your requirements.
align="center" : This attribute defines the line arrangement , use left, center and right in the above code as per your requirement.
color="black" : There is no need to explain this.
size="2" : This attribute defines the thickness of the line. Change as per your Requirement
width="100%" : This attribute defines the width pr span of the line in your post. use 100% if you want your line to cover the entire width of the page from left to right or your can experiment with different value as per your post requirement.
align="center" : This attribute defines the line arrangement , use left, center and right in the above code as per your requirement.
color="black" : There is no need to explain this.
size="2" : This attribute defines the thickness of the line. Change as per your Requirement
width="100%" : This attribute defines the width pr span of the line in your post. use 100% if you want your line to cover the entire width of the page from left to right or your can experiment with different value as per your post requirement.
إرسال تعليق