Tuesday, May 25, 2010

Spirit alive

  Power of our minds is the key of all success, but can also reverse that our minds that will lead us into failure.Why so ?...... 
Some people of course, already been through a period where she was afraid not successfully doing something they thought would not succeed or not!! .. So what happened they would not work!! .. .... 
And there are always some people who can do great things that is very meaningful in life, Although he actually has a limited capacity.

Electronic signatures make

  Want to give a signature or a signature on your posts so that it displays look more professional? If yes, how very easily. Just a few steps then your signature will appear on all your postings.

  • 1. First you must prepare beforehand signaturenya image. If you do not have, you   can make it with the image processing program such as Paint, Photoshop, Coreldraw, etc.. If you want more easily. Use signature maker online services in mylivesignature.com.
  • 2. If you have, upload the image to image hosting services like Photobucket and then copy the URL address of the drawing.
  • 3. Open bloggers. Click the Layout menu -> Edit HTML
  • 4. Check the "Expand Widgets Templates"
  • 5. Place the following code under the code <p> <data:post.body/> </ p>

 
<p> <div align="left"> <img src="url image"/> </ div> </ p>


Replace the bold text with your image url address. For example: 


   http://i837.photobucket.com/albums/zz291/syeh_photo/tandatanganku.jpg.

   Left indicates the position of the signature. You can change the position to center or right according to your wishes.

  • 6. If you put the code read more. Usually there are two code <p>   <data:post.body/> </ p>. Place the code first.
  • 7. If you are, Save Template. Completed.
Good luck............

How to Create a Link

  Html document using the hyperlink (anchor) to connect to other documents on the web.Here we try to describe the three kinds of links to be studied.
 1.Tag Anchor.    Html tags <a> use to create a link to another document in web.Sintaks of linking in Html  tags are using <a>, the href attribute is used to define the link examples:Following anchor points to Microsoft:

<a href=http://www.microsoft.com"> This text is displayed </ a>


  
There are three types of links:* Relative Links* Absolute Links* The links in the same documentThe difference lies only in the document that becomes the link, located on the same computer or not.


2.Relative Link.
  Established when you create your pages link to another page on the same computer, if it does not need to use the complete Internet address.If two pages in the same directory that you can write the name of the file like the following:

<a href="file_2.html"> next </ a>


3.Absolut Link.

  Created when you create a link to another web differently on another website Internet.Dalam this you must write your address lengkap.Berikut example:

<a href=http://www.syeh.co.cc/> ebook Indonesia </ a>


Good luck, and hopefully useful

Image to HTML

  Picture speaks a thousand words, proverbial saying that are often used to refer to people sometimes pictures can speak better than lengthy explanations.Images within a web page is a lure for visitors. 
  This web site is generally equipped with pictures to make people interested to see it and read the contents of existing in a web site.Normally web browsers can display inline images which are presented along with the text, with the X Bitmap format (XBN), GIF or JPG.Other image formats are also there which are incorporated into a web browser such as: PNG (Portable Network Graphic).
Each image will take time to download and slow the early appearance of a document that browser.Karena so be careful to select pictures to include in a document browser.To include an inline image in a web document and:
<img src="nameimage>
With namaimage is the url of the image file.