- Open the file explorer. Open favourites.htm.
- Add this link:
link: html crib
address: http://olmo.pntic.mec.es/~pmai0016/european_section/htmlCrib/
- 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:
- To re-dimension your image files to a smaller size, download the Photogadget Picture Resize program from the html crib page.
- Install the program.
- You can find out the size of each picture right-clicking on it and selecting "properties / summary".
- Right-click on the picture again and select "resize". Choose a common height or a common width for all your pictures.
- Open "favourites.htm" with NotepadPortable++. Replace some or all the link words with images from the pages:
- Add some empty space around the images:
<img src="es.gif" vspace="10" hspace="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">
- If you need another column, write an extra line:
</td><td>
You can make your table borders invisible setting border="0".
- 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>
- Send an e-mail to yourself, attaching “favourites.htm” file and the images you are using.