Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

Sunday, August 22, 2010

TO HIDE BLOGGER NAVBAR

If you are a blogger - esp. who use blogger.com - perhaps you sometimes asked, "How can I hide navbar on the top of my page?"

It's pretty easy to do. You just need to do the next:
  1. Log in to your blogger.com account!
  2. Click "design" tab/link!
  3. Then click "edit HTML"!
  4. Turn your "Find" menu by press Ctrl+F!
  5. Then, type ]]>
  6. After finding ]]>, next you just need to type #navbar{display:none;} before it. So, it will be #navbar{display:none;}]]>
  7. At last you just need to click "Save"
Happy trying!

Friday, August 20, 2010

THE IMPORTANCE OF META TAG

After using meta tag for so long (almost since the first time blogging), I changed my theme. The changing eliminated the old meta tag written, because of the default script of the new theme. But, I didn't really care about it, because I could still find my blog in the first order in Google search. And, it'd been for several weeks.

After sometimes, I begun to change my blog's theme once more. It's a pretty-looked new theme delivered by Blogger.com. After all, I checked my blog again in Google by typing its name. But, I was surprised that I didn't find my blog on the first of list anymore.

Eventhough I could still find it on the first page of search result, I worried that someday it would be disappeared. So, I decided to write meta tag again in my blog's script.


What is meta tag?


Meta tag is a tag written inside the head of your site's or blog's HTML script. It's often used by search engines - like Google - to enlist your site or blog. So, when a user type any keyword or query, the search engine will appear the list of sites related to that meta tag. Normally, a site will be recognized by a search engine using its heading also. But, a site within meta tag should be a better recognizable.

Writing meta tag is quite simple. Below is an example of meta tag:
or
Like you can see above, a meta tag uses name attribute and description attribute. Each attribute uses double quotes. But, it doesn't matter whether we want to use single quote, like:
In several cases, you might use a slice after attributes, like:
But, it wouldn't take any different effect - for the search engine.

Like mentioned before, we use meta tag inside head of HTML script. So, here is the example of the application: