das ist der relevante Code:
HTML-Code:
<table border="0" cellspacing="1" cellpadding="1" class="csc-searchform"> <p class="csc-form-label-req" style="padding: 0; margin: 0; float: left; display: inline;">Stichwortsuche</p> <input type="text" name="sword" size="15" maxlength="40" value="" /> <p class="csc-form-label" style="padding: 0; margin: 0; float: left; display: inline; width: 0px;"></p> <input type="submit" alt="" title="" value="S"/> </table>
Und da hab ich schon an einigen STellen bei style etwas eingefügt. Natürlich musst du es ins CSS schreiben, irgendwie so:
Code:
.csc-searchform .csc-form-label-req,
.csc-searchform .csc-form-label {
padding: 0; margin: 0; float: left; display: inline;
} und du musst zusehen, dass es von der Breite her in dein Template passt: also dass Label+Input+Button < Spaltenbreite