HTML Buttons ausblenden

virus

Lt. Commander
Registriert
Aug. 2003
Beiträge
1.390
Hallo,

ich habe 2 Buttons, die ich gerne ausblenden möchte. Leider weiss ich nicht wie ich diese ausklammern kann. Kann mir da jemand helfen?

Gruß

Sascha

Hier mal der Code hatte es mit // probiert aber das geht nicht.

PHP:
<tr class="flashbuttons_admin" id="link_flashbuttons_admin" onClick="window.location.href='index.php?content=set_konfiguration{ADD_FORCED_SESSION_ID}'" onMouseOver="fadein(8,this,1,1,1); this.style.cursor='hand';" onMouseout="fadeout(8,1,1)">// 
                //<td height="13">&nbsp;&nbsp;<a href="index.php?content=set_konfiguration{ADD_SESSION_ID}">EINSTELLUNGEN</a>&nbsp;&nbsp;</td>
 
Code:
<!-- Button ausgeblendet
<td height="13">&nbsp;&nbsp;<a href="index.php?content=set_konfiguration{ADD_SESSION_ID}">EINSTELLUNGEN</a>&nbsp;&nbsp;</td>
-->
http://de.selfhtml.org/navigation/suche/index.htm?Suchanfrage=kommentare

Im Endeffekt reicht ein "<!--" und ein "-->" am Ende.
Ich empfehle trotzdem zu Beginn des auskommentierens immer noch eine kleine Anmerkung, damit man sich nach einiger Zeit in größeren HTML Dokumenten noch auskennt.
 
Zuletzt bearbeitet:
Zurück
Oben