Friday, June 12, 2009 ~ 0 Comments

How to Submitting Blog to Google Webmaster

How to Submitting Blog to Google Webmaster...What is Google Webmaster?Here's how to submit your blog to Google Webmaster...

1. Visit this page and sign in as Google Account (GMail)..if you don't have GMail sign up for that first..


2. Secondly, add blog using 'add a site' tab...


3. Thirdly, Google will ask you to verify your site then choose 'add meta tags'..


After that, copy the meta tags to (Layout->Edit HTML) and add meta tags after <head> click save the templates and click verity also in the Google Webmaster..and doNe!

For example as picture below..


~ 0 Comments

How to Add Highlight Author Comment


What is highlight Author Comment?..This will make the blog's owner comments looks different from the visitors comments..


1. Click (Layout -> Edit HTML->
Expand Widget Templates)

2. Copy this script and put it before ]]></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; /* Posotion*/
}


3. Then find this code and add read code to your templates..See picture below..


<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>


4. And then save your template and doNE..

Thursday, June 11, 2009 ~ 0 Comments

How to Redirect a Blogger Blog to another Blog or Website

How to Redirect a Blogger Blog to another Blog or Website..


1. Click (Layout->Edit HTML) and find this code..


2. Add this meta codes..below it..change 'new url' to your url..Save Template..DoNE!



~ 1 Comment

How to Add Meta Tags To Your Blog

How to Add Meta Tags to Your Blog..what is meta tags?..click here for information..Here are the tips to adding meta tags to your blog..

1. Click (Layout->Edit HTML)


2. Then, search for this
<b:include data='blog' name='all-head-content'/>


3. Add this meta codes below it..As picture below..and save your templates

<meta content=' DESCRIPTION HERE' name='description'/>
<meta content=' KEYWORDS HERE' name='keywords'/>
<meta content=' AUTHOR NAME HERE' name='author'/>

p/s change 'Description Here', 'Keywords Here' and 'Author Name Here'...

Wednesday, June 10, 2009 ~ 0 Comments

How to change Html Color Codes


How to change Html Color Codes...
What is html color code?
Source :Wikipedia

Web colors are colors used in designing web pages, and the methods for describing and specifying those colors. Authors of web pages have a variety of options available for specifying colors for elements of web documents. Colors may be specified as an RGB triplet in hexadecimal format (a hex triplet), they may also be specified according to their common English names in some cases. Often a color tool or other graphics software is used to generate color values. Read more in wikipedia to know more about Html color code..

It's time to choose your color that you want and get the color code..







Tuesday, June 9, 2009 ~ 0 Comments

How to Setting Free Domain to Co.cc


Here's how to get free domain..visit this website,choose new domain and register to this site..




Then, choose Manage Domain..and follow the instruction as the picture below..Then it will redirect from www.yourlink.co.cc to www.yourlink.blogspot.com..

p/s Your still using blogger but it just change yourlink to co.cc..

DoNe!