
Features: 2 columns, right sidebar, fixed width, minimal, dark red background, flowers.
Live Demo
Download
<a href="http://www.bloglabs.info">
As you can see, we have all we really need to create a link and make it go somewhere. But how would we make it open a new window? Easy. We need to add one more property to the 'A' tag to make it do what we want. All we need to add is:That's it! Just like the href property/value pair (href="some value"), we simply include the target="_blank" to the 'A' tag and we're done. Here is what the finished product will look like:target="_blank"
<a href="http://www.bloglabs.info< " target="_blank"> BlogLabs< </a>
Sometimes, editors (not people, the ones we use to write posts with)
will provide this functionality as an option for you when you create a
hyperlink. Blogger does not do this, you need to
view the HTML source, find the 'A' tag you want to modify and then add
the target="_blank" value pair to the hyperlink definition.
<b:include data="blog" name="all-head-content"/>
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
}
#blog-pager-newer-link {
float: left;
display: none;
}
#blog-pager-older-link {
float: right;
display: none;
}
#blog-pager {
text-align: center;
display: none;
}
(<data:label.count/>)
Follow those steps to show your logo/favicon in blogger
1. Create a favicon, from a image/logo that you like then with Favicon
from Pics convert it in .ico file.
2. Upload it in your host root, if you don't have a host,
I recommend to use Google Pages or oogletoogle for it.
3. Now that you have your URL/link of Your Favicon,
you need to add it in your template.
For this log in in your blogger dashboard --> layout --> HTML.
4. Press CTRL+F and make a click inside of template
HTML code and search for this tag </head>and just above it
paste this code
<link href='http://your.googlepages.com/yourfav.ico'
rel='icon' type='image/x-icon'/>
<link href='http://your.googlepages.com/yourfav.ico'
rel='shortcut icon'/>
You will see something like this
]]></b:skin>
<link href='http://your.googlepages.com/yourfav.ico'
rel='icon' type='image/x-icon'/>
<link href='http://your.googlepages.com/yourfav.ico'
rel='shortcut icon'/>
</head>
5. Save it
Dynamic Templates © 2008 Business Ads Ready is Designed by Ipiet Supported by Tadpole's Notez