Wednesday, March 5, 2008

Metalcore Wheels Grün

Two simple changes to the source code of the blog layout

Here are two simple procedures to make customizations to your blog, just in case someone need it.

Before making changes to the model, however, would be a good idea to save, to go back easily if you experience unexpected problems.

How to add a favicon (this blog has a small representation of Mars, for example):
  • first, you must have an image of 16 pixels by 16 pixels in size. Gif (to maximize compatibility ) and save it on space accessible via the web, for example, imageshack ;
  • from the page of your blog, click "customize" in the top right hand, then select "edit html";
  • find the tag "head" that indicates the portion of the source in which to operate;
  • add after it the following instructions (obviously replacing " address of your image" with the actual address and adding "<" all'inizio e ">" at the end of both strings):
    link href = ' address of your image ' rel = 'shortcut icon' /
    link href = ' address of your image ' rel = 'icon' /
  • click Save Template.
how to change the background of your blog by inserting an image that is repeated (attention, is better suited to certain models):
  • course, you need an image that can be flanked at its own copies so aesthetically pleasing, saved in an area accessible via the web, for example, usually imageshack ;
  • from the page of your blog, click "customize", top right, then select "edit html";
  • find the line "body { "delete the line just next to it that begins with" background ";
  • inserted in place of the deleted line (replacing obviously " address of your image " with the actual address):
    background-image: url (' address of your image');
    background-repeat: repeat
  • click Save Template.

0 comments:

Post a Comment