Adding Border(s) around the Footer Columns: How to Add Border(s) around the Footer Columns of Blogger Blog?
By blog
You can easily add borders around the footer sections. In the hub How to Add Three Columns to Blogger Footer Section? you already have learned how to add three columns in the footer section. Now, it's time to play with styles and outlook. If you add borders around the footer columns, then your footer section will look great. You may add borders above the footer columns or below the footer columns or around the whole footer columns. This page contains the information to add border(s) around the footer section.
How to Add Border(s) around the Footer Columns of Blogger Blog?
To add border(s) around the footer columns of your blogger blog, you just have to play with the CSS code only. You don't need to modify the whole CSS code. The only codes which you need to modify looks like the following:
#footer-columns{
border-top:1px dotted #999999;
clear:both;
margin:0 auto;
}Look at the second line of the above code segment. To work with border, we only need that code segment (to see the full CSS code visit How to Add Three Columns to Blogger Footer Section?). From the second line, you see like border-top:1px dotted #999999. This line is responsible to all kinds of border styling.
border-top:1px dotted #999999 defines four things:
- the border position (border-top),
- the border pixel width (1px)
- the border style (dotted) and
- the border color (#999999)
Setting border location...
You can create borders around, top or bottom of your blog's footer columns. The necessary conditions are:
- border → creates a border around the footer columns
- border-top → creates a border only above the footer columns
- border-bottom → creates a border only below the footer columns
Setting border width...
The border width is also an important thing to give an extra style of your blog. You may set border width according to your wish. You may set border width 1px, 2px, 3px... etc. according to your wish. The more the value will be increase, the greater the width of the border will be increased.
Setting border style...
You may also change the style of your border outlook. You may select style as solid, dashed, dotted... etc. according to your own wish.
Setting border color...
Moreover, you are find full freedom to select the border color. Just put the hex value of your favourite color and thats done. To see the color value of different color, you may visit color codes.
Example
By following the tutorial How to Add Three Columns to Blogger Footer Section? you can easily add the three columns footer like the following. Now, if you see the outlook of your blog then the footer section may look like the following figure:
Now, we want to modify the code and want to draw a border around the footer columns. Suppose, we want to create a border around the footer columns. We choose the width of the borders will be 3 pixel and the color of the border will be Royal Blue1 (Hex Value = #306EFF). So, for doing these modification, the code will look like the following:
#footer-columns{
border:3px dotted #306EFF;
clear:both;
margin:0 auto;
}Now, after saving the above code, your blog's footer look like the following figure:
Live View
I create a blog to show you the output of this tutorial. I use only the modified code which I discussed as an example. You may choose your own way also to modify the footer clolums border.
By following the above mentioned tutorials you can easily add border(s) around the footer columns of blogger blog.
© This tutorial is written by Blog.
For more blogspot tutorials, visit http://hubpages.com/hub/blog-index
rancidTaste's Recent Pages
- Drawing a line: How to draw a line using HTML 5?
HTML5 canvas API provides basics tools and great supports to draw and style different types of sub paths including lines, arcs, Quadratic curves, and Bezier curves, as well as a means for creating paths by connecting sub paths. - 15 hours ago
- SEO Pages
SEO, Search Engine Optimization and Keywords - these common three terms are the brainstorming terms for any content publisher, seo company, seo service provider, seo researcher, seo firm, seo consultant, seo professional or other seo lover. - 3 months ago
- WordPress.org vs. WordPress.com: An explained comparison between WordPress.org an WordPress.com
WordPress is a common name but do you know that there are two things: WordPress. - 3 months ago
- Creating database from cpanel: How to create a database from cpanel hosting?
A step by step full tutorial to create a database from cpanel hosting account for any dynamic website. - 3 months ago
- Natural Join in Database: Retrieving records from more than one table with Natural Joins
Natural Join is one of the sql joining. - 3 months ago
- Explanation of SQL Join: Obtaining data from multiple tables using Join
Explanation of SQL Join: Obtaining data from multiple tables using Join. - 3 months ago
- How to solve "CreateFile error 32 when trying set file time" Error During Oracle Installation
Solution of the Oracle installation problem on Windows 7 / Windows XP during Oracle installation start-up. - 3 months ago
- A Brief Explanation of SQL Statements and Classification
Any type of database is based on several statements. - 3 months ago
blog's Recent Pages
- Hover Peek-a-boo Blogger Navbar: How to Hide Blogger Navbar and Make It Visible When You Place the Mouse Cursor on It?
The Blogger Navbar appears by default at the top of every Blogger-powered blog. - 2 years ago
- Remove or Hide the Blogger Navbar: How to Remove or Hide Blogger Navbar?
The Blogger Navbar appears by default at the top of every Blogger-powered blog. - 2 years ago
- Change the Color of Blogger Navbar: How to Change the Color of Blogger Navbar?
The Blogger Navbar appears by default at the top of every Blogger-powered blog. - 2 years ago
- Blogger Navbar: What Is Blogger Navbar And It's Advantages and Disadvantages
Blogger Navbar appears at the top of every blogger by default. - 2 years ago
- Adding "Top of Page" Icon Link: How to Add "Top of Page" Icon Link on Your Blog or Website
Many of the websites or blogs posts have a small text or image floating at the bottom-right or bottom-left or bottom-center. - 2 years ago
- Adding "Top of Page" Text Link: How to Add "Top of Page" Text Link on Your Blog or Website
Many of the websites or blogs posts have a small text or image floating at the bottom-right or bottom-left or bottom-center. - 2 years ago
- Adding Signature to Blogger Posts: How to Add a Signature under Your Blogger Posts?
You can easily add your own custom signature to your blogger posts. - 2 years ago
- Blogger Falling Rectangles : How to Add Falling Rectangles to Blogger?
You can add falling objects like small rectangles, circles, stars etc. - 2 years ago
Comments
Hi.
I'm having a problem.
The border didn't show up.
Any suggestion?
*Currently my blog is under construction.




kashif salman 2 years ago
thats a cool post. keep it up. butt you should merge it with the previous post. so that user can easily find the information.