Read all about computer tips, Step by Step Tutorial, Lots of useful and interesting information about computer and Internet. All FREE!
Wednesday, December 4, 2013
How To Make a Static Post In Wordpress
If you want to create a static post (non changing) on the home page in wordpress blog follow the step below:
1. When you add or edit a post, look at the 'Publish' box at the top right. Find the line that says 'Visibility: Public' and click 'Edit'.
2. Check the 'Stick this post to the front page' box and click 'Publish' or 'Update'.
Now your static page now on homepage already :)
Thursday, September 24, 2009
How to Create Random Post in Blogger (Blogspot)

Yes, you can create random post in blogger and you can see the result in my blog.
Follow the steps below for how to create random post in blogger.
1. Log into your Blogger account then select Layout -> Add a Widget .
2.Then paste this code into the text area
<script type="text/javascript">
var randarray = new Array();var l=0;var flag;
var numofpost=5;var wordnumber=5;</script>
<script style="text/javascript" src="http://www.hotlinkfiles.com/files/2659415_vylfp/random-posts-with-summary_015721.js">
</script>
<script src="/feeds/posts/default?alt=json-in-script&start-index=1&max-results=1000&callback=randomposts" type="text/javascript"></script>
3. You can change the number of the post to display by changing the number of the post in red text from the script above.
numofpost=5
4. You can change also the number of words by changing the blue text from the script above.
wordnumber=5
5. Save the template and view your blog , now you should have random post in your blog.
Happy Blogging!
Source Script from this blog.
Related Topics:
How to Show Tag Cloud in Blogger (Blogspot)
How to Hide / Remove Blogger Navigation bar
How To Change The Date Or Time For Your Article Post In Blogger (Blogspot)
Read More/Post Summaries - Jump Breaks Feature From Blogger
How to Create Random Post in Blogger (Blogspot)
Friday, September 11, 2009
Read More/Post Summaries - Jump Breaks Feature From Blogger
For now blogger announce the latest birthday present: Jump Breaks.
With Jump Breaks you can show just a snippet of your post on your blog's index page. Blogger will insert a "Read more" link to the full post page where your readers can keep reading.
The easiest way to test this new function is to use Blogger's new post editor, either by creating your blog posts through Blogger in Draft or by enabling this through the Settings>Basic tab of your dashboard.
Once enabled, you should see a new button on the toolbar to insert a "Jump Break". Place your cursor where you would like the jump break to start in your blog post.
If you don't use the new post editor, you can still insert a jump break in Edit HTML mode by adding
Tuesday, September 8, 2009
How To Change The Date Or Time For Your Article Post In Blogger (Blogspot)
How to change the date or time of article post?
just click the "Post Options" link, This will reveal some more settings for your post, including the date and time, which are on the right-hand side. Change it to the date and time you want, publish it and your post will be moved back or front.

Easy right? Happy Blogging :)
Related Topics:
Easy Tips To Add Adsense Ads Below Post Title On Blogger ( Blogspot )
How to use Strips Ad in Blogger
How to Show Tag Cloud in Blogger (Blogspot)
How to Hide / Remove Blogger Navigation bar
How To Change The Date Or Time For Your Article Post In Blogger (Blogspot)
Friday, August 28, 2009
How to Show Tag Cloud in Blogger (Blogspot)
How to Show Label Cloud in Blogger
1. Login to your Blogger account
2. Go to Layout -> Page Element then select Labels
3. In Configure Labels
- Change default Title Label to “Tag Cloud”
- If you want to show selected label Click “Edit”, you an tick or untick mark the labels
- choose "Cloud" in the display option, then click save.


4. Done, You can preview your blog to see the result.
Now when you view your blog, you'll see your labels display in cloud-like formation, with more popular labels highlighted in larger text.

If you want to remove the number of label you can read my article about How to Remove the Number of Label in Blogspot
Related Topics:
How To Add SiteMap To Blogger Blog (Blogspot)
Easy Tips To Add Adsense Ads Below Post Title On Blogger ( Blogspot )
How to put Google AdSense in your blog (Blogspot)
How to Fix Recent Post and Recent Comment Not Update on Blogger (Blogspot)
How to Show Tag Cloud in Blogger (Blogspot)
Sunday, June 21, 2009
How to Fix Recent Post and Recent Comment Not Update on Blogger (Blogspot)

I try to search on the internet but cannot find the solution about this problem. After trying for a couple hours..:) finally I can fix this problem.
Here’s the solution
1. Login to your Blogger account
2. Select Layout ->page element
3. Add the Gedget then choose Feed
4. - To get recent comments, In the Box type:
http://YourDomainNameHere.com/feeds/comments/default?alt=rss
- To Get Recent Post use:
http://feeds2.feedburner.com/Your_feedburner_Feed
Notice how Feedburner capitalizes your blog name. Check the exact address at Feedburner if you are not sure of the feed address.
Related Topics:
How To Add SiteMap To Blogger Blog (Blogspot)
Easy Tips To Add Adsense Ads Below Post Title On Blogger ( Blogspot )
How to put Google AdSense in your blog (Blogspot)
How to Fix Recent Post and Recent Comment Not Update on Blogger (Blogspot)
Earn Money for Searching The Internet
Saturday, April 25, 2009
How To Add Social Bookmark Button/Icon To Your Blogger ( Blogspot ) Post
An easy way for readers of your blog to bookmark pages is to add social bookmark buttons to the end of every post.

By adding these social bookmarking buttons/icons, either you or any of your reader can submit your article to these sites. When your article is listed here at these sites , there is a chance that you can get some visitors these social bookmarking sites.
Here's how to add social bookmark buttons to the end of each post:
1. Login to your Blogger account then go to Dashboard > Layout > Edit HTML > Expand Widget Templates
2. find code <head> in your template (You can use Ctrl + f to find the code)
3. add below code after <head>
<script src='http://free.blogger.help.googlepages.com/socialbookmarks.js'></script>
4. find code <p class='post-footer-line post-footer-line-3'> in your template
5. Add the following after this line
<style type='text/css'>
.bookmark img { border: 0;
padding:0px; }
.bookmark a:hover {
position: relative;
top: 1px;
left: 1px; }
</style>
<span class='bookmark'>
<table align='left' border='0' cellpadding='0' width='100%'>
<tr>
<td style='vertical-align:middle' valign='middle' width='30%'>
<div expr:id='"sbtxt"+data:post.id'>Bookmark this post<a style="text-decoration:none;" href="http://free-blogger-help.blogspot.com">:</a></div><script type='text/javascript'>showsbtext("sbtxt" + "<data:post.id/>",0)</script>
</td>
<td>
<a rel="nofollow" expr:href='"http://www.stumbleupon.com/submit?url=" + data:post.url + "&title=" + data:post.title' expr:onmouseout='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",0);"' expr:onmouseover='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",19);"' target='_blank'><img alt='StumpleUpon' src='http://files.bloggerplugins.org/icon_sb_stumb.gif'/></a> <a rel="nofollow" expr:href='"http://ma.gnolia.com/bookmarklet/add?url=" + data:post.url + "&title=" + data:post.title' expr:onmouseout='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",0);"' expr:onmouseover='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",6);"' target='_blank'><img alt='Ma.gnolia' border='0' src='http://files.bloggerplugins.org/icon_sb_mag.gif'/></a>
<a rel="nofollow" expr:href='"http://digg.com/submit?phase=3&url=" + data:post.url' expr:onmouseout='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",0);"' expr:onmouseover='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",1);"' target='_blank'><img alt='DiggIt!' src='http://files.bloggerplugins.org/icon_sb_dig.gif'/></a> <a rel="nofollow" expr:href='"http://del.icio.us/post?url=" + data:post.url + "&title=" + data:post.title' expr:onmouseout='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",0);"' expr:onmouseover='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",2);"' target='_blank'><img alt='Del.icio.us' src='http://files.bloggerplugins.org/icon_sb_del.gif'/></a> <a rel="nofollow" expr:href='"http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Url=" + data:post.url + "&Title=" + data:post.title' expr:onmouseout='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",0);"' expr:onmouseover='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",3);"' target='_blank'><img alt='Blinklist' src='http://files.bloggerplugins.org/icon_sb_bli.gif'/></a> <a rel="nofollow" expr:href='"http://myweb2.search.yahoo.com/myresults/bookmarklet?u=" + data:post.url + "&=" + data:post.title' expr:onmouseout='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",0);"' expr:onmouseover='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",4);"' target='_blank'><img alt='Yahoo' src='http://files.bloggerplugins.org/icon_sb_yah.gif'/></a> <a rel="nofollow" expr:href='"http://www.furl.net/storeIt.jsp?u=" + data:post.url + "&t=" + data:post.title' expr:onmouseout='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",0);"' expr:onmouseover='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",8);"' target='_blank'><img alt='Furl' src='http://files.bloggerplugins.org/icon_sb_fur.gif'/></a> <a rel="nofollow" expr:href='"http://www.technorati.com/cosmos/search.html?url=" + data:post.url' expr:onmouseout='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",0);"' expr:onmouseover='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",9);"' target='_blank'><img alt='Technorati' src='http://files.bloggerplugins.org/icon_sb_tec.gif'/></a> <a rel="nofollow" expr:href='"http://www.simpy.com/simpy/LinkAdd.do?href=" + data:post.url + "&title=" + data:post.title' expr:onmouseout='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",0);"' expr:onmouseover='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",10);"' target='_blank'><img alt='Simpy' src='http://files.bloggerplugins.org/icon_sb_sim.gif'/></a> <a rel="nofollow" expr:href='"http://www.spurl.net/spurl.php?url=" + data:post.url + "&title=" + data:post.title' expr:onmouseout='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",0);"' expr:onmouseover='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",11);"' target='_blank'><img alt='Spurl' src='http://files.bloggerplugins.org/icon_sb_spu.gif'/></a> <a rel="nofollow" expr:href='"http://reddit.com/submit?url=" + data:post.url + "&title=" + data:post.title' expr:onmouseout='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",0);"' expr:onmouseover='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",17);"' target='_blank'><img alt='Reddit' src='http://files.bloggerplugins.org/icon_sb_red.gif'/></a> <a rel="nofollow" expr:href='"http://www.google.com/bookmarks/mark?op=add&bkmk=" + data:post.url + "&title="+data:post.title' expr:onmouseout='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",0);"' expr:onmouseover='"javascript:showsbtext(\"sbtxt" + data:post.id + "\",20);"' target='_blank'><img alt='Google' src='http://files.bloggerplugins.org/icon_sb_goo.gif'/></a>
</td>
</tr>
</table><br/>
</span>
6. Click Preview,if there is no error you can continue to Save your Tempalate
Credits to bloggerplugins.org for giving information about this javascript
Related Topics:
How to Remove Underline below Text Link in Blogspot
How to put Google AdSense in your blog (Blogspot)
How to get Recent Comments and Recent Posts on Blogger/Blogspot
How to Create Link Exchange Box in your Blog / Website
How to add a PAYPAL DONATE button to your blog (Blogspot)
Optimize your Blog Title in Blogspot - SEO Title
How To Add Social Bookmark Button/Icon To Your Blogger ( Blogspot ) Post
How to add comment form under blog post in blogger (blogspot)
How to Make Author Comment Have Different Color in Blogspot
How to Hide / Remove Blogger Navigation bar
Thursday, March 12, 2009
How to Add Language Translator/ Flags Images Widget on Blogger(Blogspot)

You can see Flag images for the translator in my blog, if you want to adding this in your blog follow the steps below:
1. Login to your blogger account
2. Select Layout ->page element
3. Add the Gedget then choose HTML/Javascript
4. Copy and paste below code
Blogging Tips : in code above, Change http://YOUR_BLOG_ADDRESS with your own Blog
Now you can translate your blog by choosing the Flag Images translator, try it.. :)
Related Topics:
How to Remove Underline below Text Link in Blogspot
How to Add Language Translator/ Flags Images Widget on Blogger(Blogspot)
How to Change Password for Paypal Account
How to add a PAYPAL DONATE button to your blog (Blogspot)
Optimize your Blog Title in Blogspot - SEO Title
How to Make Author Comment Have Different Color in Blogspot
How to Remove the Number of Label in Blogspot
How to use Strips Ad in Blogger
How to Hide / Remove Blogger Navigation bar
How to fix Error bX-u63lp7 message when upload new templates on Blogger(Blogspot)
Have you ever experience get an error message bX-u63lp7 when upload new template?
Follow the steps below for solution to fix this error:
1. Locate to the template file (it should be XML file)
2. Right click the XML file then open with Wordpad (right click --> Open With --> WordPad).
3. Find the word widget id, you can use “Ctrl + F” and in the search box type widget id
4. In every widget line it will display something like this : <b:widget id='example1', replace that number for a any other one.
Example, if the widget says 1, erases it and place number 2 instead.
So you will have something like this now: <b:widget id='example2'
5. Do this to all widgets you find in you XML code. When you finish SAVE(Press CTRL+S)
6. Try to upload the template , Preview the template if it is ok, Then SAVE
Related Topics:
How to Remove Underline below Text Link in Blogspot
How to put Google AdSense in your blog (Blogspot)
How to get Recent Comments and Recent Posts on Blogger/Blogspot
How to Create Link Exchange Box in your Blog / Website
How to add a PAYPAL DONATE button to your blog (Blogspot)
Optimize your Blog Title in Blogspot - SEO Title
How to add comment form under blog post in blogger (blogspot)
How to Make Author Comment Have Different Color in Blogspot
How to Hide / Remove Blogger Navigation bar
How to get Recent Comments and Recent Posts on Blogger/Blogspot
After you create a new blog and posting some article, of course you want to get Recent Comments and Recent Posts to your blog. Unfortunately for now, there is no widget for this in blogspot . the easy way to get recent comments and recent posts are using Feed.
Follow the steps below to get recent comments and recent posts using Feed:
1. Login to your Blogger account
2. Select Layout ->page element
3. Add the Gedget then choose Feed
4. To get recent comments, In the Box type:
http://YourBlogNameHere.blogspot.com/feeds/comments/default
if you use Custom Domain
http://YourDomainNameHere.com/feeds/comments/default
Click Continue then OK
5. Done
For Recent Post you can do the same step above, just change comments to post
http://YourDomainNameHere.blogspot.com/feeds/posts/default
if you use Custom Domain
http://YourDomainNameHere.com/feeds/posts/default
If you still have problem about how to get Recent Post and Recent Comment you may check my article about How to Fix Recent Post and Recent Comment Not Update on Blogger (Blogspot)
Related Topics:
How to Remove Underline below Text Link in Blogspot
How To Add SiteMap To Blogger Blog (Blogspot)
How to get Recent Comments and Recent Posts on Blogger/Blogspot
How to add a PAYPAL DONATE button to your blog (Blogspot)
How to Make Author Comment Have Different Color in Blogspot
How to add Search Box in your blog (Blogspot)
How to fix Error bX-u63lp7 message when upload new templates on Blogger(Blogspot)
How to Remove the Number of Label in Blogspot
How to use Strips Ad in Blogger
How to Hide / Remove Blogger Navigation bar
Saturday, March 7, 2009
How to Show Related Posts / Articles in Blogspot
I know there is a lot of website give the tip for how to show "Related Posts" or "Related Articles" in Blogspot. To make my article more complete I also want to write about this tips base on my experience.
Follow the steps below to show related post in your blog
Blogging Tips: Before you do this tips Backup your template first.
1. Login to your Blogger Account
2. Click layout->Edit HTML
3. Tick mark “Expand Widgets Template”
4. Find this code <data:post.body> . if your template already using “Read More” or “Continue Reading”, there will be 2 <data:post.body>
Copy below code exactly under the first <data:post.body>
<b:if cond='data:blog.pageType == "item"'>
<div class='similiar'>
<div class='widget-content'>
<h3>Related Posts by Categories</h3>
<div id='data2007'/><br/><br/>
<script type='text/javascript'>
var homeUrl3 = "<data:blog.homepageUrl/>";
var maxNumberOfPostsPerLabel = 4;
var maxNumberOfLabels = 10;
maxNumberOfPostsPerLabel = 100;
maxNumberOfLabels = 3;
function listEntries10(json) {
var ul = document.createElement('ul');
var maxPosts = (json.feed.entry.length <= maxNumberOfPostsPerLabel) ?
json.feed.entry.length : maxNumberOfPostsPerLabel;
for (var i = 0; i < maxPosts; i++) {
var entry = json.feed.entry[i];
var alturl;
for (var k = 0; k < entry.link.length; k++) {
if (entry.link[k].rel == 'alternate') {
alturl = entry.link[k].href;
break;
}
}
var li = document.createElement('li');
var a = document.createElement('a');
a.href = alturl;
if(a.href!=location.href) {
var txt = document.createTextNode(entry.title.$t);
a.appendChild(txt);
li.appendChild(a);
ul.appendChild(li);
}
}
for (var l = 0; l < json.feed.link.length; l++) {
if (json.feed.link[l].rel == 'alternate') {
var raw = json.feed.link[l].href;
var label = raw.substr(homeUrl3.length+13);
var k;
for (k=0; k<20; k++) label = label.replace("%20", " ");
var txt = document.createTextNode(label);
var h = document.createElement('b');
h.appendChild(txt);
var div1 = document.createElement('div');
div1.appendChild(h);
div1.appendChild(ul);
document.getElementById('data2007').appendChild(div1);
}
}
}
function search10(query, label) {
var script = document.createElement('script');
script.setAttribute('src', query + 'feeds/posts/default/-/'
+ label +
'?alt=json-in-script&callback=listEntries10');
script.setAttribute('type', 'text/javascript');
document.documentElement.firstChild.appendChild(script);
}
var labelArray = new Array();
var numLabel = 0;
<b:loop values='data:posts' var='post'>
<b:loop values='data:post.labels' var='label'>
textLabel = "<data:label.name/>";
var test = 0;
for (var i = 0; i < labelArray.length; i++)
if (labelArray[i] == textLabel) test = 1;
if (test == 0) {
labelArray.push(textLabel);
var maxLabels = (labelArray.length <= maxNumberOfLabels) ?
labelArray.length : maxNumberOfLabels;
if (numLabel < maxLabels) {
search10(homeUrl3, textLabel);
numLabel++;
}
}
</b:loop>
</b:loop>
</script>
</div>
</div>
</b:if>
5. Save your Template and Preview your blog
6. Done
Related Topics:
How to Remove Underline below Text Link in Blogspot
How to add a PAYPAL DONATE button to your blog (Blogspot)
How to Create Link Exchange Box in your Blog / Website
How to Make Author Comment Have Different Color in Blogspot
How to Remove the Number of Label in Blogspot
How to use Strips Ad in Blogger
How to Hide / Remove Blogger Navigation bar
Friday, January 23, 2009
How to add Search Box in your blog (Blogspot)
Some time I still ask by my friend how to add Search Box in BlogSpot.
Adding the search box will help your reader easy to find articles in your blog
follow the step below to create the search box:
1. Login to your blogger account->click Layout->add a gedget ->Select “HTML/JavaScript"
2. Copy and Paste the following code:
<p align="left">
<form id="searchthis" action="http://gokhiel.com/search" style="display:inline;" method="get">
<strong> Search articles in this blog
<br/></strong>
<input id="b-query" maxlength="255" name="q" size="20" type="text"/>
<input id="b-searchbtn" value="GO" type="submit"/>
</form></p>
Blogging Tips:
- Change http://gokhiel.com/ with your own blog
- You can change the box width size="20" to make your search box longer
- You can change the “GO” button to “Search” or “Hit”, by changing the Value
3. Done, easy right ? ..:)
Related Topics:
How to Remove Underline below Text Link in Blogspot
How to add Search Box in your blog (Blogspot)
How to add a PAYPAL DONATE button to your blog (Blogspot)
How to Make Author Comment Have Different Color in Blogspot
How to Remove the Number of Label in Blogspot
How to use Strips Ad in Blogger
How to Hide / Remove Blogger Navigation bar
Thursday, January 1, 2009
How to Create Link Exchange Box in your Blog / Website
Usually, to increase the page rank of the blog some people will do the link exchange. You will usually find the box such as below in blogger blog:
You can also create a Linx Exchange box in your blog by following the steps below:
1. Login to your blogger account , click Layout --> Page Elements
2. Add a Gadget and select HTML/Java Script
3. Copy below HTML code:
<textarea name="textarea" cols="20"><a href="http://gokhiel.com"><img src="http://www.geocities.com/ferdian_mohfian/bloggokhiel.gif" width="90" height="17" border="0" /></a></textarea>
Blogging Tips :• Blue color text is width of your link exchange box
• Green color text is link to your blog, change the text with your blog address
• Red color text is is the address link of your image, change the text with your own image link address
If someone copy and paste the html code above the result will be like this :
Related Topics:
How to Remove Underline below Text Link in Blogspot
How to Create Link Exchange Box in your Blog / Website
How to Add Language Translator/ Flags Images Widget on Blogger(Blogspot)
How to add a PAYPAL DONATE button to your blog (Blogspot)
Optimize your Blog Title in Blogspot - SEO Title
How to put Google AdSense in your blog (Blogspot)
How to add comment form under blog post in blogger (blogspot)
How to Make Author Comment Have Different Color in Blogspot
How to use Strips Ad in Blogger
How to Hide / Remove Blogger Navigation bar
How to add comment form under blog post in blogger (blogspot)
Follow the instructions below for how to add comment form under blog post:
1.First Login to Blogger Draft http://www.draft.blogger.com
Blogging Tips : do not login to www.blogger.com
2. Click Setting->Comments tab and tickmark "Embedded below post" option
3. Scroll down and click SAVE SETTINGS button
Check your article / blog post, the comments form should be under the blog post.
Related Topics:
How to Remove Underline below Text Link in Blogspot
How to add a PAYPAL DONATE button to your blog (Blogspot)
Optimize your Blog Title in Blogspot - SEO Title
How to Create Link Exchange Box in your Blog / Website
How to add comment form under blog post in blogger (blogspot)
How to Make Author Comment Have Different Color in Blogspot
How to Remove the Number of Label in Blogspot
How to use Strips Ad in Blogger
How to Hide / Remove Blogger Navigation bar
Tuesday, December 30, 2008
How to add a PAYPAL DONATE button to your blog (Blogspot)
Ok, follow the instruction below to add paypal donate button to your blog:
1.First,Log in to your Paypal account.
2.Click on the 'Merchant Services' tab .
3. Scroll down and on the right sidebar, you will see an option "Donations" . Click on it.
4.Now you will see form like the picture below, simply just click create button
5.Now,you will see some Html code
Copy the HTML code and Login to your blogger account-click on Layout->Page element
Add the a gadget-> choose HTML/javascript
Paste the HTML code and Save Changes
Now you have Paypal donation button in your blog :)
Related Topics:
How to Remove Underline below Text Link in Blogspot
How to Add Language Translator/ Flags Images Widget on Blogger(Blogspot)
How to Change Password for Paypal Account
How to add a PAYPAL DONATE button to your blog (Blogspot)
Optimize your Blog Title in Blogspot - SEO Title
How to Make Author Comment Have Different Color in Blogspot
How to Remove the Number of Label in Blogspot
How to use Strips Ad in Blogger
How to Hide / Remove Blogger Navigation bar
Thursday, December 4, 2008
How to Remove Underline below Text Link in Blogspot
For some user to make the template more beautiful , they want to remove the underline below text link.
Do you know how to remove it?
Ok , Follow the instruction below:
Note: Before you do the trick its recommended to backup your template first
1. Login to blogger, then choose "Layout --> Edit HTML"
2. Find this code below (Tips: you can use Ctrl+ F and type a:link)
a:link {
text-decoration: underline;
}
a:visited {
text-decoration: underline;
}
a:hover {
text-decoration:underline;
3. If you find the above code , change to this below code:
a:link {
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover {
text-decoration:none;
}
Note : if you find that your code in the template like below pic:
Simple, Just add the code text-decoration:none; below each color.
The code will be like this :
/* Links
----------------------------------------------- */
a:link {
color: $mainLinkColor;
text-decoration:none;
}
a:visited {
color: $mainVisitedLinkColor;
text-decoration:none;
}
a:hover {
color: $mainVisitedLinkColor;
text-decoration:none;
}
Glossary:
text-decoration:underline; -> Using Underline Link
text-decoration:none; -> it will remove underline Link
a:link is how the links should appear in the browser.
a:visited is the link style when the links have been clicked or visited.
a:hover is the link style when the cursor or mouse moves over the links.
Related Topics:
How to Remove Underline below Text Link in Blogspot
How to add a PAYPAL DONATE button to your blog (Blogspot)
How to Make Author Comment Have Different Color in Blogspot
How to add Search Box in your blog (Blogspot)
How to fix Error bX-u63lp7 message when upload new templates on Blogger(Blogspot)
How to get Recent Comments and Recent Posts on Blogger/Blogspot
How to Remove the Number of Label in Blogspot
How to use Strips Ad in Blogger
How to Hide / Remove Blogger Navigation bar
Monday, December 1, 2008
How to Make Author Comment Have Different Color in Blogspot
Ok, follow the tips below:
Note: Before you do the tips, its recommended to backup your template first
1. Login to blogger, then choose "Layout --> Edit HTML".
2. Tick mark the "Expand Widget Templates" box.
3. Go to your template code, and find the below code :
]]></b:skin>
4. Copy this script below and paste above ]]></b:skin>
.comment-body-author {
background: #E6E6E6; /* Background color*/
color: #000; /* Text color*/
border-top: 1px dotted #223344;border-bottom: 1px dotted #223344;border-left: 1px dotted #223344;border-right: 1px dotted #223344;
margin:0;
padding:0 0 0 20px; /* Position*/
}
<dl id='comments-block'>
<b:loop values='data:post.comments' var='comment'>
<dt class='comment-author' expr:id='"comment-" + data:comment.id'>
<a expr:name='"comment-" + data:comment.id'/>
<b:if cond='data:comment.authorUrl'>
<a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
<b:else/>
<data:comment.author/>
</b:if>
said...
</dt>
<b:if cond='data:comment.author == data:post.author'>
<dd class='comment-body-author'>
<p><data:comment.body/></p>
</dd>
<b:else/>
<dd class='comment-body'>
<b:if cond='data:comment.isDeleted'>
<span class='deleted-comment'><data:comment.body/></span>
<b:else/>
<p><data:comment.body/></p>
</b:if>
</dd>
</b:if>
<dd class='comment-footer'>
<span class='comment-timestamp'>
<a expr:href='"#comment-" + data:comment.id' title='comment permalink'>
<data:comment.timestamp/>
</a>
<b:include data='comment' name='commentDeleteIcon'/>
</span>
</dd>
</b:loop>
</dl>
5. Add the red color text code to your script. Pay attention for the code position
6. Preview your template if its ok Save the Template.
*Note : You have to login into your blogger account before to give comments.
Related Topics:
How to Remove Underline below Text Link in Blogspot
How to add a PAYPAL DONATE button to your blog (Blogspot)
Optimize your Blog Title in Blogspot - SEO Title
How to Make Author Comment Have Different Color in Blogspot
How to Remove the Number of Label in Blogspot
How to use Strips Ad in Blogger
How to Hide / Remove Blogger Navigation bar
How to Remove the Number of Label in Blogspot
How about if we want to remove the numbers in the label? Ok, follow the tips below:
Note: Before you do the trick its recommended to backup your template first
1. Login to blogger, then choose "Layout --> Edit HTML"
2. Tick mark the “Expand Widget Templates” Box.
3. Go to your template code, and find the below code :
(<data:label.count/>)
4. Delete the above code.5. Preview your template if its ok Save the Template.
Now the number in the label already remove.
Related Topics:
How to Remove Underline below Text Link in Blogspot
Optimize your Blog Title in Blogspot - SEO Title
How to Make Author Comment Have Different Color in Blogspot
How to add a PAYPAL DONATE button to your blog (Blogspot)
How to Remove the Number of Label in Blogspot
How to use Strips Ad in Blogger
How to Hide / Remove Blogger Navigation bar
Friday, November 21, 2008
How to use Strips Ad in Blogger
You can use Stripe-ads to promote something (can be text ads, announcements, Feed or any appropriate information needs) from your Blog. Using Strips-ads is better than using the ads in Popup-Ads (Pop-ups, pop-overs and pop-unders), because using Popup-Ads can be block by Popup Blocker and from some case readers feel annoying with Popup-Ads.
Folow Instruction below to use Strips ads:
1. Upload File javascript below to your storage location, Save the file with the name Stript-ads.js
var mta_arr = new Array();
var mta_clear = new Array();
function mtaFloat(mta) {
mta_arr[mta_arr.length] = this;
var mtapointer = eval(mta_arr.length-1);
this.pagetop = 0;
this.cmode = (document.compatMode && document.compatMode!="BackCompat") ? document.documentElement : document.body;
this.mtasrc = document.all? document.all[mta] : document.getElementById(mta);
this.mtasrc.height = this.mtasrc.offsetHeight;
this.mtaheight = this.cmode.clientHeight;
this.mtaoffset = mtaGetOffsetY(mta_arr[mtapointer]);
var mtabar = 'mta_clear['+mtapointer+'] = setInterval("mtaFloatInit(mta_arr['+mtapointer+'])",1);';
mtabar = mtabar;
eval(mtabar);
}
function mtaGetOffsetY(mta) {
var mtaTotOffset = parseInt(mta.mtasrc.offsetTop);
var parentOffset = mta.mtasrc.offsetParent;
while ( parentOffset != null ) {
mtaTotOffset += parentOffset.offsetTop;
parentOffset = parentOffset.offsetParent;
}
return mtaTotOffset;
}
function mtaFloatInit(mta) {
mta.pagetop = mta.cmode.scrollTop;
mta.mtasrc.style.top = mta.pagetop - mta.mtaoffset + "px";
}
function closeTopAds() {
document.getElementById("mta_bar").style.visibility = "hidden";
}
3. Sign In to your Blogger account and go to Layout -> Edit HTML.
4. Find ]]></b:skin> you can use ctrl+f to make you easy to find the code
Copy CSS code below and Paste above ]]></b:skin>
#mta_bar { background: #FFFFE1; border-bottom: 1px solid #808080; margin: 0 0 3px 0; padding: 4px 0; z-index: 100; top: 0; left: 0; width: 100%; overflow: auto; position: fixed; }
* html #mta_bar{ /*IE6 hack*/
position: absolute; width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px"); }
#mta_bar .left { float: left; text-align: center; font-family: Arial; font-size: 13px; font-weight: bold; font-style: normal; color: #0000FF; width:92%;}
#mta_bar .right {font-family: Arial, Helvetica, sans-serif; float: right; text-align: center; font-weight: normal; font-size: 10px;letter-spacing: 0; width: 30px; white-space: nowrap;}
#mta_bar .right a {font-size: 10px; color: #0000FF; text-decoration: underline;}
#mta_bar .right a:hover {font-size: 10px; color: #0000FF; text-decoration: none;}
#left_bar a { text-decoration: none; color: #0000FF; }
#left_bar a:hover { text-decoration: underline; color: #0000FF; }
5. In your Template Find </head> , and copy-paste below code
<script src='http://www.locationURLwhereyousavethefile.com/Stripe-Ads.js' type='text/javascript'/>
Do not forget to adjust the location of the URL address where you save the JavaScript file
6. In your Template Find <body>, and copy-paste below code
<div id='mta_bar'>
<div id='left_bar'><span class='left'><a href='http://feeds.feedburner.com/Gokhiel-logs' target='_blank'>Get the latest update from gokhiel Weblog via Email?</a></span></div>
<span class='right' onmouseout='self.status=''' onmouseover='self.status='gokhiel.com';return true;'> <img align='absmiddle' border='0' onClick='closeTopAds();return false;' src=' http://www.locationURLwhereyousavethefile.com/close.gif.' style='cursor:hand;cursor:pointer;'/></span></div>
7. Preview your Blog if its ok you can save your Template. :)
Related Topics:
How to Remove Underline below Text Link in Blogspot
How to add a PAYPAL DONATE button to your blog (Blogspot)
How to Make Author Comment Have Different Color in Blogspot
How to Remove the Number of Label in Blogspot
How to use Strips Ad in Blogger
How to Hide / Remove Blogger Navigation bar