Webmasters
  Buttons in der Box
 
Zusätzliche Buttons in die Box

Buttons, die nicht in der Navigation sind, sind nicht anderes als verlinkte Bilder. Wir benötigen dazu Buttons

- 160 x33 Pixel  - sie könnten auch schmäler sein oder auch höher - das ist Geschmacksache. Am Besten setzt man alles

in eine unsichtbare Tabelle <table>  </table> 

die einzelnen Tabellenunterteilung:  <tr><td>  </td></tr>

border=0  damit hat die Tabelle einen Rahmen von 0 Pixeln, ist also nicht sichtbar.

Dazwischen setzen wir unser verlinktes Bild (Button).

Wenn die verlinkte Seite in einem neuen Fenster aufgehen soll, dann müssen wir den Zusatz

"target="_blank"  hinzufügen - siehe letztes Beispiel:






<table>
<tr>
<td><a href="http://LINKADRESSE.htm" target="_self"><img src="http://BUTTONLINK.jpg" border="0" width="160" height="33"></a></td>
</tr>
<tr>
<td><a href="http://LINKADRESSE.htm" target="_self"><img src="http://BUTTONLINK.jpg" border="0" width="160" height="33"></a></td>
</tr>
<tr>
<td><a href="http://LINKADRESSE.htm" target="_self"><img src="http://BUTTONLINK.jpg" border="0" width="160" height="33"></a></td>
</tr>
<tr>
<td><a href="http://LINKADRESSE.htm" target="_self"><img src="http://BUTTONLINK.jpg" border="0" width="160" height="33"></a></td>
</tr>
<tr>
<td><a href="http://LINKADRESSE.htm" target="_self"><img src="http://BUTTONLINK.jpg" border="0" width="160" height="33"></a></td>
</tr>
<tr>
<td><a href="http://LINKADRESSE.htm" target="_self"><img src="http://BUTTONLINK.jpg"target="_blank" border="0" width="160" height="33"></a></td>
</tr>
</table>
 
 
Statistiken
 
 
Diese Webseite wurde kostenlos mit Homepage-Baukasten.de erstellt. Willst du auch eine eigene Webseite?
Gratis anmelden