Supportnet / Forum / Webseiten/HTML
Hallöle!!!
Frage
Also hab da nen optisches Prob und zwar:
Wenn ich </form> zu mache und direkt danach ein hr oder so was mache dann hab ich da so was wie ne leerzeile und dann erst die linie sieht net so schön aus kann mir jmd sagen wie ich diese zeile da weg bekomme???
Danke
Antwort 1 von redschina.
hi stylist :-)
der abstand wird geringer, wenn du das ganze in eine tabelle packst...
beispiel:
<table border="0">
<tr>
<form>
<td><input type="submit" name="B3" value="Abschicken" style="background-color:#020f2d;" style='font-size: 11pt; height:25pt; color:"#ffffff"; font-weight:bold; font-family: comic sans ms' onfocus="this.blur()"></td>
<td><input type="reset" name="B2" value="Löschen" style="background-color:#020f2d;" style='font-size: 11pt; height:25pt; color:"#ffffff"; font-weight:bold; font-family: comic sans ms' onfocus="this.blur()"></td>
</form>
</tr>
</table><hr>
gruss, redschina
der abstand wird geringer, wenn du das ganze in eine tabelle packst...
beispiel:
<table border="0">
<tr>
<form>
<td><input type="submit" name="B3" value="Abschicken" style="background-color:#020f2d;" style='font-size: 11pt; height:25pt; color:"#ffffff"; font-weight:bold; font-family: comic sans ms' onfocus="this.blur()"></td>
<td><input type="reset" name="B2" value="Löschen" style="background-color:#020f2d;" style='font-size: 11pt; height:25pt; color:"#ffffff"; font-weight:bold; font-family: comic sans ms' onfocus="this.blur()"></td>
</form>
</tr>
</table><hr>
gruss, redschina
Antwort 2 von rfb
... oder per CSS den margin-bottom des form-tag verringern.

