Seite 2 von 2

Verfasst: 27.06.2008 15:23
von nickvergessen
styles/prosivler/template/posting_editor.html
finde:

Code: Alles auswählen

	<div id="message-box">
		<textarea <!-- IF S_UCP_ACTION and not S_PRIVMSGS and not S_EDIT_DRAFT -->name="signature" id="signature" style="height: 9em;"<!-- ELSE -->name="message" id="message"<!-- ENDIF --> rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" class="inputbox">{MESSAGE}{DRAFT_MESSAGE}{SIGNATURE}</textarea>
	</div>
man achte auf:

Code: Alles auswählen

 rows="15" cols="76"

Verfasst: 27.06.2008 16:27
von KIGG
perfekt, danke dir! :D