How to put a website logo

How to put a website logo

The logo gives to the website identity, allocates it with character, does recognizable. For this reason special attention is paid to development of the signature picture that involves quite reasonable expenditure.

Instruction

1. Select the place which the developed logo should decorate. Small icons usually fasten to the opening bookmarks, and it is better to make the full version proud decoration of a cap of the website.

2. To put an icon on a bookmark, correct HTML code, add between <head> and </head> the tag <link rel= "" shortcut icon"" href= "" path to the picture"">. In the general section it will look so:
<html>
  <head>
    <title> Name of a tab </title>
    <link rel= "" shortcut icon"" images\1.gif href= """">
  </head>
<body> website Contents </body>
</html>

3. Bring the image into the necessary format. Any logo is a picture which is inserted by means of the <img> tag with adding of necessary attributes. Therefore it should go in the extension jpeg, gif, png if it does not correspond – transfer to necessary. It is possible to make it by means of the graphics editor, the most demanded is the Adobe Photoshop program. For this purpose open the image, click "Save as" and select one of required from the offered quantity of formats.

4. Make changes to the code, images, necessary for an insert: <images\1.gif img src= """" alt= "" logo"">. It is in addition possible to include various attributes, for example, length, width, alignment, the frame sizes, parameters of the pop-up text.

5. To set a logo in the form of the link, use the tag <a> and closing it </a>.
<body>
    <a href= "" the address of the page on which the link will conduct""> <images\1.gif img src= """" alt= "" a logo""> </a>
</body>

6. If the website is equipped with the control panel, then for an insert of images use the file manager. In principle, the logo can be published through modification of HTML code. Function becomes available when clicking the Source or Display in HTML buttons.

Author: «MirrorInfo» Dream Team


Print