koleksi photo

TRANSLATION

bidvertiser

tingkatkan traffic anda

Traffic

gabung dengan saya

Komisigratis

silahkan di klik

download mp3

Masukan Nama Penyanyi - Judul Lagu

Mesin Cari Free Download Mp3 Gratis

radio

Kamis, 13 Januari 2011

Put Icon Yahoo! Messenger

To display the online status icon Yahoo! messenger, we can choose as many as 5 options, namely id style 1, style id 2, id style 3, style id 4, and the style id 5, What is the difference of style id this? the difference is the size of the icon itself, to see differences in style id, please my friend noticed the following picture:

 Style ID 1                      Style ID 2                       Style ID 3         Style ID 4     Style ID 5





                                                                                         
each image has its own URL adddress is:
http://opi.yahoo.com/online?u=YahooID&m=g&t=1 To Style ID 1
http://opi.yahoo.com/online?u=YahooID&m=g&t=2 To Style ID 2
http://opi.yahoo.com/online?u=YahooID&m=g&t=3 To Style ID 3
http://opi.yahoo.com/online?u=YahooID&m=g&t=4 To Style ID 4
http://opi.yahoo.com/online?u=YahooID&m=g&t=5 To Style ID 5

was that the URL address of each Style ID, then in order to appear to be a picture, we must add the code are:
<img src="URL address">
So to display the URL address above into an image, then the code will look like this:
<img src="http://opi.yahoo.com/online?u=YahooID&m=g&t=1" border="0"> To Style ID 1
<img src="http://opi.yahoo.com/online?u=YahooID&m=g&t=2" border="0"> To Style ID 2
<img src="http://opi.yahoo.com/online?u=YahooID&m=g&t=3" border="0"> To Style ID 3
<img src="http://opi.yahoo.com/online?u=YahooID&m=g&t=4" border="0"> To Style ID 4
<img src="http://opi.yahoo.com/online?u=YahooID&m=g&t=5" border="0"> To Style ID 5

Addition of code border = "0", so that images generated spared from the line edge or frame. But of course the code above is just to show his IM icon image and can not react even after the clicks by the visitors.
There are several options that we can apply when a visitor clicks on the icon YM us, namely:

Send an Instant Messenger.
Code as follows:
<a href="ymsgr:sendIM?YOURID"> Send IM </ a>
So for the full code will be like this:
<a href="ymsgr:sendIM?YOURID"> <img src="http://opi.yahoo.com/online?u=YourID&m=g&t=StyleID" border="0"> </ a>



Send an Instant Messenger with a Message
Code as follows:
<a href="ymsgr:sendIM?YOURID&m=YOUR+MESSAGE"> Send IM </ a>
So for the full code will be like this:
<a href="ymsgr:sendIM?YOURID&m=YOUR+MESSAGE"> <img src="http://opi.yahoo.com/online?u=YourID&m=g&t=StyleID" border="0"> </ a >

Adding links to your favorite chat room
Code as follows:
<a href="ymsgr:addfriend?YOURID"> buddy Add to Buddy List </ a>
So for the full code will be like this:
<a href="ymsgr:addfriend?YOURID"> <img src="http://opi.yahoo.com/online?u=YourID&m=g&t=StyleID" border="0"> </ a>
How to explain? more clearly let me give you an example.

Since my email is amn_tea@yahoo.co.id then my id is amn_tea, So the code to send Instant Messages with choice Style ID 2 is as follows:

<a href="ymsgr:sendIM?amn_tea"> <img src="http://opi.yahoo.com/online?u=amn_tea&m=g&t=2" border="0"> </ a>
Hopefully clear. Good luck!
source: kang Rohman
READ MORE - Put Icon Yahoo! Messenger

Rabu, 12 Januari 2011

how to make the text runs to Make Marquee effects

Marquee is a HTML to make text move or walk. Marquee program is in great demand and in use by the bloggers in his blog because of the nature of this program is a dynamic and interesting to look at as well to save space on the blog pages.
This marquee can be made by using tags <marquee> ...</ marquee>.
Attributes that are often used are:
Bgcolor = "color" -> To set the background color (background) text
DIRECTION = "left / right / up / down" -> Set the text direction of movement
BEHAVIOR = "scroll / slide / alternate" -> To manage the movement behavior
Scroll -> moving text rotates Slide -> move the text once and then stopped Alternate -> text moves from left to right then back again (back and forth bo)
TITLE = 'message "-> message will appear when the mouse is above text
SCROLLMOUNT = "number" -> set the speed of movement in pixels, the greater the number semajin fast movements.
SCROLLDELAY = "number" -> To set the delay time in milli seconds
LOOP = "number | -1 | infinite" -> Set the number of loops
WIDTH = "width" -> Set the width of the text block in pixels or percent
In order to more clearly would I include for example:
Marquee example of the movement:
<MARQUEE Align="center" direction="right" height="200" scrollamount="2" width="30%">
marquee from right to left
</ Marquee>
results:
marquee from right to left replace the word "left" to your liking is: right, up, down.
Marquee example of movement behavior:
<MARQUEE Align="center" direction="left" height="200" scrollamount="3" width="70%" behavior="alternate">
marquee by the behavior
</ Marquee>
marquee by the behavior
Sample letters and marquee with a variation of the background color:
<div align="left"> & ltFONT FACE = "Georgia" color = "White"> <B> <MARQUEE BGCOLOR="RED" width="70%" scrollamount="3" behavior="alternate">
</ Marquee> </ b> </ FONT> </ div>
results:
marquee with variations hurup

There are other variations of this marquee, ie when the mouse was in the area of text marquee will stop and when the mouse is moved back to the other place the text will move again, this is only adding a few courses at the marquee.
For example, please point your mouse to marquee area below:
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2" direction="up" height="200" width="50%" align="center">
please point here
</ Marquee>
results:
please point here
Examples in his marquee that there is a link:
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2" direction="up" width="100%" height="100" align="center">
<a href="http://rubrik-elektronik.blogspot.com" target="new"> Electronic Rubric </ a> <br/>
<a href="http://electronic-rubric.blogspot.com" target="new"> Electronic rubric </ a> <br/>
<a href="http://kolom-iklan.blogspot.com" target="new"> Column ad </ a> <br/>
</ Marquee>
results: Free Templates
Column ad
Kang Rohman


Maybe it was just a few examples that can be given, please your own brain-tweaking in order to create variations of this marquee.
Congratulations experimented
READ MORE - how to make the text runs to Make Marquee effects

How to Put on Sidebar Guest Book

I will immediately give the site address of the server providers guest book is pretty good and rarely experience down the http://www.shoutmix.com. To do please follow the steps below:

   
1. As always you should list first by clicking the Get One noe writing, free>>, or by clicking on Sign Up, please write your data on the form that has been provided.

   
2. If you already tedaftar, and received so shoutmix member, please login with your id

   
3. In the column entitled Style, click the menu appearance.

   
4. Please click on the pulldown menu next to Load From Preset to set the display of your guest book, please select the appropriate to your liking. When finished click Save Settings.

   
5. To get the HTML code of your shoutbox, please click Use Shoutbox under the Quick Start menu

   
6. Click on Place Shoutbox on the web page. Fill in width and height desired shoutbox

   
7. Copy all the existing HTML code in the text area under the Codes Generated writing, and save on your Notepad program

   
8. Click on Log out on the top of your screen to exit the page shoutmix you. Please close the site.

   
9. Completed

 
To place the HTML code shoutbox earlier on your blog, please follow the steps below.
For bloggers with a classic template:

   
1. Log in first to blogger.com with your id

   
2. Click the Template menu

   
3. Click Edit HTML

   
4. Paste the HTML code of your shoutbox that has been copied in notepad where you want

   
5. For details shoubox I take the example with mine, to put it in a browser just click Edit and select Find (on this page) .. then write the word the guest book then click find, then we will immediately take it to the text. If you've met earlier writings shoutbox please paste its HTML code.

   
6. Click the Preview button to see the changes that we make.

   
7. If it fits with your changes, click Save Template Changes

   
8. Completed

 
Little Clue, for your shoutbox match the size width of the sidebar, you can resize the width or height of the shoutbox, how you just change the Width number (for width) and Height (for height) than those in the HTML code shoutbox.

 
For new Blogger:

   
1. Please Login with your id

   
2. Click the Layout menu

   
3. Click Page Element

   
4. Click Add a Page Element

   
5. Click the Add to Blog which is under the HTML / JavaScript

   
6. Write the title of your shoutbox on the form title. Example: my guest book, or my guestbook or whatever you like

   
7. Copy and paste the HTML code of your shoutbox in the form Content

   
8. Click the Save Changes button

   
9. Drag & Drop elements that you created earlier in the preferred place

  
10. Click the Save button

  
11. Completed
Good luck!
READ MORE - How to Put on Sidebar Guest Book

How Creating Dropdown Menu

In the concept of blogs, each post we will automatically be neatly archived each month. Each entered the new moon, like January, the archives in December will appear in the sidebar. The problem is, if we're blogging a year, then the archive from January to December will be lined up in your sidebar. How about a two and three years' time? Practical steps to overcome this is to make the pull-down menu as below:


So, how many months / years we are blogging in blogger / blogspot, the menus are the months they will not meet long and lined up in your sidebar. Who looks just the name of "Archives", it was only after the click, will display the name in our archives.
To make this pulldown archives there are two bloggers with a template that is to classical, and new templates. For classic template steps, namely:

   
1. Log in to check your id blogger.com dg


   
2. Click Template


   
3. In the sidebar of your blog archives section, there are the following html code:


      
& <BloggerArchives>


      
<A href = "<$ BlogArchiveURL $" $ gt ;'><$ BlogArchiveName $> </ a>



      
</ BloggerArchives>


   
4. Well, replace the code above dg html code below:


      
<Select name = "archivemenu"
      
onchange = "document.location.href = this.options [this.selectedIndex]. value;">



      
<option selected> - Archives - </ option>



      
<BloggerArchives>

      
<Option value = "<$ BlogArchiveURL $>"><$ BlogArchiveName $> </ option>

      
</ BloggerArchives>



      
</ Select>



   
5. When finished, click Save Changes. When you are DONE, click republish.


   
6. Done.

For those of you who use the new template, easier pace that is:

   
1. log in first, of course with your id


   
2. click LAYOUT


   
3. Click Page Elements, locate the element (box) that reads Blog Archive


   
4. Click Edit on the box earlier Blog Archive


   
5. In addition to the writing style there are a few radio buttons, select the radio button labeled Dropdown Menu by giving a tick / check


   
6. Click Save Changes


   
7. Completed

Well the above statement is the steps to create a dropdown menu for Archives, which now how do I make a dropdown menu that its inside is the link, I take the example for my own personal Dropdown menu located on the right above that contains the words "blog tutorial ". To make it please you copy the HTML code below:
<form> <select name="menu" onchange="window.open(this.options[this.selectedIndex].value,'_blank')"size=1 name=menu> value=0 <option selected> article here that will appear first </ OPTION>
<option value="isi with the addresses you want in tuju"> writing here that will appear </ option> </ select> </ form>
For example for mine Dropdown menu:
<form> <select name="menu" onchange="window.open(this.options[this.selectedIndex].value,'_blank')"size=1 name=menu>
<option> - Blog Tutorial - </ option>
<option value="http://kolom-tutorial.blogspot.com/2007/04/bikin-blog.html"> Create a Blog </ option>
<option value="http://kolom-tutorial.blogspot.com/2007/04/cara-setting-blog.html"> Blog setting </ option>
<option value="http://kolom-tutorial.blogspot.com/2007/04/memilih-template.html"> Selecting Templates </ option>
<option value="http://kolom-tutorial.blogspot.com/2007/04/mengatur-hurup-dan-warna.html"> colors & letters </ option>
<option value="http://kolom-tutorial.blogspot.com/2007/04/cara-memposting-artikel.html"> Post Article </ option>
<option value="http://kolom-tutorial.blogspot.com/2007/04/membuat-read-more-1.html"> Read more (1) </ option>
<option value="http://kolom-tutorial.blogspot.com/2007/04/membuat-text-area.html"> Text area </ option>
<option value="http://kolom-tutorial.blogspot.com/2007/04/blogger-emoticons.html"> Blogger Emoticons </ option>
<option value="http://kolom-tutorial.blogspot.com/2007/04/yahoo-messenger-emoticons.html"> Yahoo! Emoticons </ option>
<option value="http://kolom-tutorial.blogspot.com/2007/04/download-gratis.html"> Download Free </ option>
</ Select> </ form> 

Easy is not it? Good luck!


source :
http://kolom-tutorial.blogspot.com
READ MORE - How Creating Dropdown Menu

HOW TO Install Badge FB Blog


Badge / badge up is actually a javascript script code, so basically we just take the code that has been provided by the up and immediately put it to our blog. OK, rather than muter-muter not necessarily the direction I better just give tutorial how to setup status / badge / badge up on blogspot.



Intake of javascript code badge / badge / status on Facebook (I assume Facebook, using the English language):

* Log into your Facebook account
* Select the Profiles tab
* Click on the link "Create a Profile Badge" (bottom left, below the list of friends / friends)
* Now please copy and paste the javascript code provided, under the inscription "Following Copy and paste the HTML into your webpage:"

Do not forget to click "Save". And please take the badge up javascript code you have created.

Installation Badge / badge / Status up on Blogspot:

* Up to this step means you already have or pick up badges javascript code.
* Please log into your blogger account.
* Enter the Layout tab menu -> Page Elements
* Please add to the element / type a new widget with Javascript / HTML
* Place the javascript code up your badge
* And lastly do not forget to click "Save"

Congratulations! You have successfully ...!!!
READ MORE - HOW TO Install Badge FB Blog

How to Create Blogroll Box and Marquee

To trick this time, there are two kinds of boxes that we will create a blogroll, it's up to you mo choose which one. Box his blogroll are:
1. Blogroll Textarea Box Model
Examples such as blogs box roll like mine was, you know who it is tulisanya "Friend links" Nha this is how it's done: Put the following code in your element into (Page Elements -> Add a Gadget -> HTML / Javascript)



    
<Div style = "border: 1px solid rgb (153, 153, 153);
    
overflow: auto;
    
width: 200px;
    
height: 200px;
    
text-align: center; ">

    
# Link1 <br />
    
# Link2 <br />
    
# Link3 <br />
    
# Link ...

    
</ Div>

description: - Code width: 200px; and height: 200px; is a measure of the width and length of the box, you can change and menyesuaikanya with the sizes you like. - Replace the words "# link1, # link2, # link3 ff" with a list of links you, oh yes it can also be filled with banner links. - If you would like a list of links-link lined up like mine, then remove the code

2. Blogroll Box Marquee Models
This box is also able to accommodate many links in narrow places. But the box blog roll which is different from the box above, because these boxes do not have a rollbar (which is usually drawn upward to the right then down it lho). Links ato fill in this box will move / run, it can be vertical horizontal ato. Well her way gini nih: Put the following code in your element into (Page Elements -> Add a Gadget -> HTML / Javascript)

    
<MARQUEE Align="center" direction="up" height="100" scrollamount= "2" onmouseover='this.stop()' onmouseout='this.start()' width="95%">

    
# Link1 <br />
    
# Link2 <br />
    
# Link3 <br />
    
# Link ... <br />

    
</ Marquee>
Description: - Code "up" that shows the direction of movement, you can replace it with down, left, right (already mudeng to meaning, need not Explain yes). - If you replace it with a horizontal movement (left ato right) then remove the code <br /> - The number "100" shows the height of the box your blogroll. The more the number the higher the size of the blogroll.
OK GOOD TRY ......
READ MORE - How to Create Blogroll Box and Marquee

How To Create Tab View Menu 3 Column Blog

      In accordance Headlines Tab View Menu 3 Columns, means in one view sidebar widget widgets will have 3 pieces (can be anything, example: Guest Book, Top Post script or feedback, Collection of Banners and so on), this method also will make the blog a bit more presentable and not many places to drain.
Ok, for my friends who want to create a Tab View Menu 3 column, please follow the steps below:
1. Login to your account Blogspot 2. Click the Design / Design>> Edit HTML>> Click on Expand Widget Templates, 3. Find the following code: ]]></ b: skin> 4. Then copy the code below and put it just above that code: div.TabView div.Tabs { height: 24px; overflow: hidden; } div.TabView div.Tabs a { float: left; display: block; width: 103px; text-align: center; height: 24px; padding-top: 3px; vertical-align: middle; border: 0.5px solid # 000000; border-bottom-width: 0; text-decoration: none; font-family: "Arial", Times New Roman, Serif; font-weight: 900; color: # 000080; } div.TabView div.Tabs a: hover, div.TabView div.Tabs a.Active { background-color: # CEF6CE; } div.TabView div.Pages { clear: both; background-color: # FFFFFF; border: 0.5px solid # 000000; overflow: hidden; } div.TabView div.Pages div.Page { height: 100%; padding: 0px; overflow: hidden; } div.TabView div.Pages div.Page div.Pad { padding: 3px 5px; }
5. If it is then proceed to find this code: </ head> 6. Then copy the code below and paste the above code before: <script type='text/javascript'> tabview_aux function (TabViewId, id) { var TabView = document.getElementById (TabViewId); / / ----- ----- Tabs var tabs = TabView.firstChild; while (Tabs.className! = "Tabs") Tabs = Tabs.nextSibling; var tab = Tabs.firstChild; var i = 0; do { if (Tab.tagName == "A") { i + +; Tab.href = "javascript: tabview_switch ('" + TabViewId + "'," + i +");"; Tab.className = (i == id)? "Active": ""; Tab.blur (); } } while (Tab = Tab.nextSibling); / / ----- Pages ----- var Pages = TabView.firstChild; while (Pages.className! = 'Pages'), Pages = Pages.nextSibling; var Page = Pages.firstChild; var i = 0; do { if (Page.className == 'Page') { i + +; if (Pages.offsetHeight) Page.style.height = (Pages.offsetHeight-2) + "px"; Page.style.overflow = "auto"; Page.style.display = (i == id)? 'Block': 'none'; } } while (Page = Page.nextSibling); } / / ----- Functions ------------------------------------------ ------------------- tabview_switch function (TabViewId, id) {tabview_aux (TabViewId, id);} tabview_initialize function (TabViewId) {tabview_aux (TabViewId, 1);} </ Script>
 
7. Save templates and proceed to the next step,
8. Click the Design / Design>> Page Elements>> Add a Gadget> HTML / Javascript,
9. Copy the code below and insert it into the HTML content / Javascript and set (the edit) in accordance with their respective descriptions: <form action="tabview.html" method="get"> <div class="TabView" id="TabView"> class="Tabs" <div style="width: 350px;"> <a> Title Tab 1 </ a> <a> Title Tab 2 </ a> <a> Title Tab 3 </ a> </ Div> <div class="Pages" style="width: 350px; height: 250px;"> <div class="Page"> <div class="Pad"> Contents 1 tab </ Div> </ Div> <div class="Page"> <div class="Pad"> Contents tab 2 </ Div> </ Div> <div class="Page"> <div class="Pad"> Contents tab 3 </ Div> </ Div> </ Div> </ Div> </ Form> <script type="text/javascript"> tabview_initialize ('TabView'); </ Script>
 
10. If thats true, then Save. (If done correctly then it will be like mine).
Such was the How to Create Tab View Menu 3 Columns in Blog, may be useful and good luck, greeting.
              
READ MORE - How To Create Tab View Menu 3 Column Blog

How to Become 2 column Dividing Postings


Divide into 2 posts to share this column means dividing the post separately on the right and left. Let not confused try deh see picture below.


 


It's them know that mean? if interested would like to try, following the tutorial ..
Please Login to your blog, and then to the area Edit Html
Back up the template, create a precaution if something goes wrong later when editing.
Well, just find this code ]]></ b: skin> (use ctrl + f to be easy to find) and copy the following code underneath.
<b:if cond='data:blog.pageType != "item"'> <style> . Post { width: 285px; height: 400px; margin-right: 5px; overflow: hidden; float: right; border: 3px double # 808080; } </ Style> </ B: if>
Continue to look for css. Post {his example css like this (there may be differences of your template)

    
. Post {
    
background: # fff;
    
border: 3px double # a5a5a5;;
    
-Webkit-border-radius: 5px;
    
-Moz-border-radius: 5px;
    
border-radius: 5px;
    
margin: 0.5em 0.5em;
    
padding: 0.5em;
    
font-family: "Verdana";
    
text-align: justify}

If you've met, consider the margin: 0.5em 0.5em; you live on the margin auto insert up to be like below.
 

    
. Post {
    
background: # fff;
    
border: 3px double # a5a5a5;;
    
-Webkit-border-radius: 5px;
    
-Moz-border-radius: 5px;
    
border-radius: 5px;
    
margin: 0.5em auto 0.5em;
    
padding: 0.5em;
    
font-family: "Verdana";
    
text-align: justify}

When finished save your template!
If still having trouble you can replace you with Css Css. Post {above!
Tutorial on top I take from this template, so please edit the width, height, border, margin and others according to your template.
Hopefully useful and successful you try.
READ MORE - How to Become 2 column Dividing Postings

How to make a fork in Blog Navigation Menu

How to make a fork in Blog Navigation Menu by Ma $ kar_cool.com
Navigation Menu branched (dropdow menu) is a navigation menu that serves to connect the link to each other links, usually placed below or above the header
to make it as follows:
1. Login to the dashboard ---> layouts ---> Edit HTML (check: expand template widget) 2. Find the following code:

    
]]></ B: skin>

3. Copies of the code below and paste the code above:

     
/ * Navbar * /
    
# Menu {margin: 0 auto; padding: 0; height: 30px; width: 100%; display: block; background: url (http://i40.tinypic.com/21bnh2e.jpg) repeat-x;
    
opacity: 0.99; filter: alpha (opacity: 50);}
    
# Menu-search {float: right; display: inline; padding: 3px 5px 0 0;}
    
# Menu ul {padding: 0; margin: 0;}
    
# Menu ul li {padding: 0; margin: 0; list-style: none; display: block; float: left;}
    
# Menu ul li a {float: left; padding-left: 15px; display: block; color: # 330000; text-decoration: none; font: 13px Verdana, Arial, Helvetica, sans-serif; background: url (http: / / i40.tinypic.com/21bnh2e.jpg) 0px-30px no-repeat; line-height: 30px; padding-right: 15px;}
    
# Menu ul li a: hover {background-position: 0px-60px; color: # 330000;}
    
# Menu ul li a.active,. A.active menu li: hover {background-position: 0px-90px; color: # 330000;}
    
# Menu ul ul li {display: none;}
    
# Menu ul li: hover ul, # menu ul ul li.hover {position: absolute; max-width: 175px;
    
display: block; background: # 000000; margin: 2px; clear: left; margin-top: 30px;}
    
# Menu ul li: hover ul li, # menu ul ul li li.hover {width: 175px; float: left; background: display: block;}
    
# Menu ul li: hover ul li a, # menu ul ul li li.hover a {border-top: 0px dotted # fff; background: LightSkyBlue; width: 175px;}
    
# Menu ul li: hover ul li a: hover, # menu ul ul li li.hover a: hover {background: # 00CCFF;}
    
. Status-msg-wrap {
    
display: none;
    
}
4. Save and go to ---> layouts ---> click add gaddget that exist under the blog header.
Then select HTLM / JavaScript, after the JavaScript window pops up, copies paste the following code:

     
<div id="menu">
    
<ul>
    
<li> <a class="active" href="/"> Home </ a> </ li>
    
<li> <a href="#"> Menu 1 </ a> </ li>
    
<li> <a href="#"> Menu 2 </ a>
    
<ul>
    
<li> <a href="#"> Menu 2.1 </ a> </ li>
    
<li> <a href="#"> Menu 2.2 </ a> </ li>
    
</ Ul> </ li>
    
<li> <a href="#"> Menu 3 </ a>
    
<ul>
    
<li> <a href="#"> Menu 3.1 </ a> </ li>
    
<li> <a href="#"> Menu 3.2 </ a> </ li>
    
<li> <a href="#"> Menu 3.3 </ a> </ li>
    
<li> <a href="#"> Menu 3.4 </ a> </ li>
    
</ Ul> </ li>
    
<li> <a href="#"> Menu 4 </ a> </ li>
    
<ul>
    
</ Ul>
    
</ Ul> </ div>
Then Save, without a title on it.
notes for the code # "fill in the url address of your target (see the image around the bottom), do not sign on the removed petiknya and written menu, menu 1, menu 2 so please use the appropriate will. for example: a. for a single (note 'Menu1 "only)

    
<li> <a href="#"> Menu1 </ a> </ li> changed the code, become:
    
<li> <a href="http.www.maskarcyber.tk/2010/01/tentang-saya.html"> About Me </ a> </ li>
b. to the branching (the words "menu2, menu3, etc.)

    
<li> <a href="#"> Menu 2 </ a>
    
<ul>
    
<li> <a href="#"> Menu 2.1 </ a> </ li>
    
<li> <a href="#"> Menu 2.2 </ a> </ li>
    
</ Ul> </ li>


 
changed the code becomes:
<li> <a href="http.www.maskarcyber.tk/"> Tutorials </ a> <ul> <li> <a href="http.www.maskarcyber.tk/2010/05/tutorial-blog"> Tutorials Blog </ a> </ li> <li> <a href="http.www.maskarcyber.tk/2010/10/tutorial-komputer"> Tutorials Computers </ a> </ li> </ Ul> </ li> and so on and save
to get the URL address of the target enough to see over your browser. Among ...
READ MORE - How to make a fork in Blog Navigation Menu

how to insert images into posts

to the point:
# Log in to Blogger using the ID mate.
# Click New Entry.
# In the post look like the picture below. 



Then click Upload Images. and browse to find pictures.
# Then click the OK button
# To add a link to the image, click on the image and click the link at the top of the posts column.
Then enter the url address of a buddy want

 
After that click OK
READ MORE - how to insert images into posts

How to Create Labels (Categories)

How do I create one?
 

TO THE POINT:
 
   
1. Login to Blogger
     
   
2. On the dashboard page, click Layout
   
   
3. Click Page Element
       
   
4. Then select the Add a Gadget     
 

  5. Search Label ago on click








# For Title can customize their own mate, afterwards click save.

 
# To fill the label or category, every friend post a writing buddy, fill in the blank below the posts column with a buddy want category
Or you can also use the following way, on a page edit entries -> tick one of the posts mate -> click the action label -> a new label, then fill with a label that my friend wanted.
READ MORE - How to Create Labels (Categories)

POSTING TERBARU

Arsip Blog

Entri Populer