Back to index


HOW TO DECORATE YOUR FAVOURITES PAGE

Session 2


  1. Open the file explorer. Open favourites.htm.

  2. Add this link:

    link: html crib
    address: http://olmo.pntic.mec.es/~pmai0016/european_section/htmlCrib/

  3. Surf the web to find an image for each of your favourite links. Save them to your favourites folder. You can use these:

    European Section:
    Google:

  4. To re-dimension your image files to a smaller size, download the Photogadget Picture Resize program from the html crib page.

  5. Install the program.

  6. You can find out the size of each picture right-clicking on it and selecting "properties / summary".

  7. Right-click on the picture again and select "resize". Choose a common height or a common width for all your pictures.

  8. Open "favourites.htm" with NotepadPortable++. Replace some or all the link words with images from the pages:

  9. Add some empty space around the images:

    <img src="es.gif" vspace="10" hspace="10">

  10. Eliminate the border around the images (this border is added automatically when the image is a link):

    <img src="es.gif" vspace="10" hspace="10" border="0">

  11. If you need another column, write an extra line:

    </td><td>

    You can make your table borders invisible setting border="0".

  12. Add a link to a local file (a file in your hard disk drive):

    <a href="file:///D:/English/my_webpages/index.htm"> my webpages </a>

  13. Send an e-mail to yourself, attaching “favourites.htm” file and the images you are using.

Back to index

JJCC