http://jvanbaelen.googlepages.com/  Visitar

 

http://www.flickr.com/photos/rodenas/

 

 

Guía - en ínglés

http://rami.mawas.googlepages.com/gpcguide

 

De aquí me ha interesado:

Link pictures to pages                                                2 min

Description: You will be able to link pictures to pages. When you click on an image you will open a pre-specified webpage

Example: Click Here to look at an example. In this example, you will be able to go to my picture webpage by cliking on the main picture on my homepage.

Prerequisites: Adding a reference to an image is extremly simple in HTML. But unfortunately GPC doesn't support it. So all you have to do is to add the picture you wan to link it using GPC editor. Then click on the "Edit HTML" link in the bottom right hand corner. 

 Code to adjust:

You have to locate the translated code of the image you had added. Search for:

<a style="..." href="YourImage.gif/YourImage-full.gif"><img src="YourImage.gif" style=""></a>

 and adjust it as follows:

 <a style="..." href="YourWebpage.html"><img src="YourImage.gif" style=""></a>

Top

Add Anchor reference within the same webpage           3 min

Description: You will be able to jump within your webpage by click on a hyperlink text linked to a specific region in the same webpage.

Example: Click Here to go to the top of this page. I did the same to jump to every tip in this section.

Prerequisites: We will use GPC-supported HTML tags but you can't add them using the GPC editor. So you need to locate the Edit HTML link in the left bottom side of your browser and then click it. You should first decide where your destination line and source link line would be.

Code to add (source):

Code to add (destination):

Every time you need to add an intra-webpage hyperlink you need to chsoose a different name. For example DESTINATION2.

 

Encuestas

http://services.nexodyne.com/freepolls/

Logo gmail

http://services.nexodyne.com/email/index.php

 De aquí he sacado:

How to use a picture or a photograph as link toward another webpage?  

Open the HTML window and then type the following line where you want the job to be done :

<href="http://name of the destination page"><imgsrc="http://address of your picture"></a>