"Verweis auf Externe Seiten"

"Linking to External Web Page"



Text-Verweis / Create Text Hyperlinks

<a href="URL to Your Page">Click Me Text</a>

OR:

<a href="URL to Your Page" target="_blank">Click Me Text</a>


Bild-Verweis / Image as a Link

<a href="Page URL"><img src="Graphic URL"></a>

OR:

<a href="Page URL" target="_blank"><img src="Graphic URL"></a>



NOTE:

Mit dem Hinzufügen von target="_blank" wird sich die Seite in einem neuen Fenster öffnen.

Adding target="_blank" to the Code will open the page in a new window.





Examples:
This example demonstrates how to create links:

<a href="http://tinypic.com">
TinyPic™
</a>


And, it will look like this in a browser:

TinyPic™



This example demonstrates how to use an image as a link:

<a href="http://tinypic.com">
<img src="http://static.tinypic.com/i/branding.gif">
</a>


And, it will look like this in a browser:



◙ ◙ ◙  ◙ ◙  ◙  ◙ ◙  ◙ ◙ ◙


◙ ◙ ◙  ◙ ◙  ◙  ◙ ◙  ◙ ◙ ◙