Hallo
Ich komme mir ziemlich blöd vor, aber ich habe einfach mal probiert ein Beispiel mit <optgroup> zu machen wie es in selfHTML auch steht. Hier der code:
<html>
<head>
<title></title>
<meta name="author" content="Hanno Becker">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000">
<select name="kats" size="1">
<optgroup label="Software">
<option label="1">neue Kategorie...</option>
<optgroup label="Microsoft">
<option label="2">neue Kategorie... </option>
</optgroup>
<optgroup label="Macromedia">
<option label="3">neue Kategorie...</option>
</optgroup>
</optgroup></select>
</body>
</html>
Er funktionoiert nicht !!! ICh habe keine ahnung warum oder ich bin einfach nur blöd. Was mache ich falsch ?
Gruß;
MX