Sunday, February 27, 2011

Fenome

Read More

Deep Blue

Read More

Delta Red

Read More

Astronova

Read More

Bluberry Free Blog Template

Read More

Grunge Blog Template

Grunge Free Blog Templates


 
Read More

Tuesday, February 22, 2011

Artica

Read More

Neddy

Read More

Game Madness

Read More

Valentine Desktop

Read More

Karmela

Read More

Wood Storm

Read More

Azure

Read More

Cara Menulis Code HTML JavaScript Pada Posting Blog

1. Kunjungi Encode Decode HTML Converter atau klik Disini.

2. Masukkan kode html / javascript yang ingin Anda tampilkan di posting di kotak yang tersedia, terus klik menu “Encode”

3. Copy dan paste hasil encode yang ada dalam kotak ke posting Anda. Selesai.

4. Jangan lupa klik menu “HTML” di kotak posting atas-kanan sebelum memasukkan kode html yang sudah di-encode tadi.
Read More

May I remove the credits link of the template?

No, you may not. Most of the templates available in blog template 4 U are licensed whether it is creative common GPL or the like. If you feel uncomfortable with the position of the credit link, you can move the position to another place, but not to remove it. It is also as the appreciation to the template designers or owners so that they can still have the high spirit to create and create more templates and give them to you.


All General Problem :

1. How to install blogger template?
2. How to remove “Blogger Navbar”?
3. How to re-display the lost “Blogger Navbar”?
4. How to edit Menu on my new template?
5. May I remove the credit link of the template?
Read More

How to edit Menu on my new template?

In general, to edit the Menu, you have to do that through Edit HTML, as follow:
Login → Layout → Edit HTML

Then find the code similar to:

<li><a href='/'>Home</a></li>
<li><a href='#'>About</a></li>
<li><a href='#'>Post RSS</a></li>
<li><a href='#'>Comment RSS</a></li>
<li><a href='#'>Edit</a></li>

To add your own links to the Menu, simply change the symbol # with your own links.

Or find the code similar to:

<li class='current'><a expr:href='data:blog.homepageUrl'>Home</a></li>
<li><a expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;'>Posts RSS</a></li>
<li><a expr:href='data:blog.homepageUrl + &quot;feeds/comments/default&quot;'>Comments RSS</a></li>
<li><a href='#'>Edit</a></li>

Then you can change expr:href=’…’ with your own links such as href=’mylink’. Or for more complete information, you can read the instructions of the template you choose.


All General Problem :

1. How to install blogger template?
2. How to remove “Blogger Navbar”?
3. How to re-display the lost “Blogger Navbar”?
4. How to edit Menu on my new template?
5. May I remove the credit link of the template?

Read More

How to re-display the lost “Blogger Navbar”?

Maybe you have found or downloaded templates that have added the CSS code to remove the blogger navbar, and you feel uncomfortable with it. Then you can re-display it by removing the code like above (CSS code to remove navbar).


All General Problem :

1. How to install blogger template?
2. How to remove “Blogger Navbar”?
3. How to re-display the lost “Blogger Navbar”?
4. How to edit Menu on my new template?
5. May I remove the credit link of the template?
Read More

How to remove “Blogger Navbar”?

blogger navbar
Many of blogger.com users do not like the existence of blogger Navbar (blogger navigation bar) so that most of them want to remove it. Actually, the navbar can be removed easily by adding CSS code, but need to know that removing the navbar is still debated among bloggers if it is a violation of TOS made by blogger. If you do not worry about it and want to remove the blogger navbar, below is the CSS code you can use to remove it.

Hide navbar

#navbar-iframe{display:none;height:0;visibility:hidden;}

Or you can use another method, i.e. auto hide navbar (the navbar can only appear when mouse over)

Auto Hide Navbar

#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}

Below is the way to install the CSS code

Login → Layout → Edit HTML
Then copy and paste the code above between the CSS code, and then end with a click on SAVE TEMPLATE. E.g. :

hide navbar
All General Problem :

1. How to install blogger template?
2. How to remove “Blogger Navbar”?
3. How to re-display the lost “Blogger Navbar”?
4. How to edit Menu on my new template?
5. May I remove the credit link of the template?
Read More

How to install Blogger Template?

1. Please download your favorite template ( zip ) and then extract ( unzip )

download template

2. Login to blogger with your ID
3. On the dashboard, click LayoutEdit HTML

edit HTML

4. Do the Backup by clicking Download Full template

backup template

5. Click Browse… button and then choose the file of your favorite template that you have just downloaded and extracted ( xml ), and then click Upload button

upload template

6. When there is a notice, click KEEP WIDGETS button

keep template widgets

7. Done. Enjoy the new appearance of your template.


All General Problem :

1. How to install blogger template?
2. How to remove “Blogger Navbar”?
3. How to re-display the lost “Blogger Navbar”?
4. How to edit Menu on my new template?
5. May I remove the credit link of the template?

Read More