
How to find code in blogger
1 Go to blogger.com
2. Go to Template>Edit HTML
3. Press CTRL+F and type/paste the code your looking for
4. The code will be highlighted on the screen

In the crowd of thousands of free blogger template you should always choose the "right" template for your blog. If you are a serious blogger or have a good mission for your blog you should definitely take this seriously. Even though they shouldn't, they will judge you by the looks of the blog right after the article. You can find lots of different customized paid and free blogger template over the internet. And here are some good tips you should remember when getting a template for your blog or customizing it.
ul#navlist {display: inline;list-style: none;}ul#navlist li {float: left;width: 60px;height:60px;}ul#navlist li a {width: 50px;height:50px;padding:5px;display:block;color:#fff;text-decoration: none;font-size:7pt;font-family:arial;line-height:50px;text-align:center;border-right:1px solid #fff;border-left:1px solid #fff;border-top: 5px solid #fff;border-bottom: 5px solid #fff;background: #003663;}ul#navlist li a:hover {border-top: 5px solid #004a80;border-bottom: 5px solid #004a80;background:#004a80;font-size:9pt;font-weight:bold;}


And replace tripsontricks with your twitter username
type="text/javascript">fanbox_init("tripsontricks");type="text>
| Photo credit: anitapatterson from morguefile.com |

![]() |
| Photo Credit: 3rdworldman from morguefile.com |


Removing borders from your blog image is easy. You can do this using different ways. The first tutorial is a very simple CSS code that will change the setting for all the images in your blog to no border. img {border: none}

