How do I add text boxes in blogger post?

0

To add text boxes in a Blogger post, you can use either the built-in post editor or HTML editing mode. Here's how you can add text boxes using both methods:

Using the Built-in Post Editor:

1. Sign in to your Blogger account and go to the Blogger dashboard.

2. Click on "Posts" in the left sidebar to view your existing posts or create a new post.

3. If you're creating a new post, click on the "New Post" button.

4. In the post editor, position your cursor where you want to insert the text box.

5. Click on the "Insert Jump Break" button in the toolbar (it looks like a dotted line) to add a break if you want the text box to appear after a specific point in the post.

6. After inserting the jump break or positioning the cursor, click on the "Insert a text box" button in the toolbar. It looks like a "T" inside a square.

7. A text box will be inserted into your post. You can click inside the text box to start typing or formatting your text.

8. You can customize the text box by highlighting the text and using the formatting options in the toolbar, such as bold, italics, font size, etc.

9. Continue adding and customizing text boxes as needed by repeating steps 4 to 8.

10. Once you're done, click on the "Publish" button to publish your post with the text boxes.

Using HTML Editing Mode:

1. Follow steps 1 to 5 from the previous method to reach the HTML editing mode.

2. In the HTML editor, position your cursor where you want to insert the text box.

3. Use the following HTML code to create a text box:

<div style="border: 1px solid #ccc; padding: 10px;">

    Your text here

</div>

4. Replace "Your text here" with your desired text content.

5. Customize the text box by modifying the CSS styles within the `style` attribute. For example, you can change the border color, padding, background color, etc.

6. Repeat steps 2 to 5 to add additional text boxes as needed.

7. Once you're done, click on the "Compose" button to switch back to the visual editor, and then click on the "Publish" button to publish your post with the text boxes.

By following these steps, you can easily add text boxes to your Blogger posts using either the built-in post editor or HTML editing mode.

Tags

Post a Comment

0Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.

You are welcome to share your ideas with us in the comments!

You are welcome to share your ideas with us in the comments!

Post a Comment (0)

#buttons=(Accept !) #days=(20)

Our website uses cookies to enhance your experience. Learn More
Accept !