How to create script box in blog post
Script Box is a box created by HTML code that helps to limit HTML, JAVA, CSS and any programming language script inside a box. Which makes your article look good and readers also understand what the article is and what the script code is.
You will find many articles related to how to create a script box in a blog post. But most of them have to put separate code in blogger theme, which not all bloggers are able to do. That is why I am going to tell you the easy way, just follow it, then you will also be able to use Script Box easily.
Before knowing how to create Script Box in Blog Post, you should first see the preview of Script Box which I have given below.
Just follow this simple step, you will also be able to easily and quickly create a Script Box in your blog post. Hope this little information has helped you. If you have any questions, comment below so that I can assist you.
Simple script box
<div style="background-color: #f3f3f3; border-left: 10px solid rgb(34, 136, 221); border-radius: 20px; padding: 10px; text-align: left;"> TechWebMate </div>
<div style="background-color: ghostwhite; border-left: 10px solid gray; border-radius: 30px; border-right: 10px solid gray; padding: 10px; text-align: center;"> TechWebMate </div>
<div style="background-color: ghostwhite; border-top: 8px solid red; overflow: auto; padding: 10px; t-align: left;"> TechWebMate </div>
Scroll script box
<div style="background-color: #f3f3f3; border-left: 10px solid rgb(34, 136, 221); border-radius: 20px; padding: 10px; text-align: left; height: 100px; width: auto; overflow: auto; "> TechWebMate </div>
<div style="background-color: ghostwhite; border-left: 10px solid gray; border-radius: 30px; border-right: 10px solid gray; padding: 10px; text-align: center; height: 100px; width: auto; overflow: auto; "> TechWebMate </div>
<div style="background-color: ghostwhite; border-top: 8px solid red; overflow: auto; padding: 10px; t-align: left; height: 100px; width: auto; overflow: auto; "> TechWebMate </div>
Note
- text-align (script position)
- border-color (border line color)
- background-color (Script Box color)
- border: (..) px (border line thickness)
Let me tell you that you can change the background color, border line color, border size and script position of all these Script Box as per your choice, which I have given information above. And how to add these script box in blog post, you will get simple steps below, just follow it.
3 Step to create script box in blog post
Step One
- First you go to your Blogger Blog and click on Create new post. Then, click on Compose view and select HTML view.
Step Two
- After that, copy and paste any Script Box code of your choice from here. Then click on HTML view and select Compose view.
Step Three
- You will then see a box with TechWebMate written on it. Paste your script in this box and click on Preview post to see if this Script Box appears correctly.
Done