• HOME
START EARNING MONEY RIGHT NOW>>NO INVEST....

Adding Border /Thick Border to Blogger Posts/Widget

ADDING BORDER AROUND BLOG POST
There are several tutorials for " adding border to blog post" but I found it simple and easy.
Steps:
1.First you complete your own job like writing, adding code etc. Click on "compose" tab to check the result of your own content.
2.Now you are ready to add border. Click on "html" tab . Just place your cursor at starting point-press" Enter" 
now you have space . Past the following code:
 
<div style="border: 1px solid red; padding: 10px;">

3.Paste this closing code at the end.
 
</div>

4.Click on "compose" tab to see your border.

You can change the border color Just delete the word "red" inside the code and write color name you like.See the example below I wrote black for my border.
example-<div style="border: 1px solid black; padding: 10px;">
                                                                                                                                                
ADDING THICK FRAME LIKE BORDER TO POST/SIDEBAR WIDGET/HEADER WIDGET

ADDING TO POST:
If you want to add thick frame like border to your existing post/old post..Its very simple.click on edit to edit your existing post > Edit Html> place your cursor at starting point>press "Enter" now you have space on top>just paste the code>click compose.
 If you want to add thick frame like border to your new post.. don't worry. first you complete your new post after that follow the same process. you are done. Its very easy.
ADDING TO WIDGET:
If you want to add border to widget.. Just put the code before widget code.  You are done.

COPY THE CODE AND PASTE ACCORDING TO INSTRUCTION
<table border="10">
<tr>
<td>

ALTERNATIVE WAY:
<table border="2">
<tr>
<td>
 your post/text/widget code here </td>
</tr>
</table>
 If you are confused then copy your widget code and the code given here and see the result "HERE" before you apply to your blog.Please let me know if it works for you.!!


2 comments:

  1. Useful post for bloogers. I added a border around a blogger widget

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete