bbcodes rechts neben eingabefeld untereinander?
Verfasst: 26.06.2005 18:39
ich scho wieder ^^
also diesmal möchte ich die bbcodes neben das texteingabefeld haben.
also diesmal möchte ich die bbcodes neben das texteingabefeld haben.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
<tr>
<th align="left"><span class="gen">Text</span> </th>
</tr>
<td class="row2" valign="top"><span class="gen"> <span class="genmed"> </span>
<tr align="left" valign="middle">
<td class="row2"><span class="gen">
<textarea name="message" rows="14" cols="35" wrap="virtual" style="width:550px" tabindex="3" class="post_bg" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>
</span>
</td>
<td class="row2" valign="top"><span class="gen"> <span class="genmed"> </span>
<table width="450" border="0" cellspacing="0" cellpadding="2">
<tr align="left" valign="middle">
<td><span class="genmed">
<input type="button" class="button" accesskey="b" name="addbbcode0" value="fett" style="width: 120px" onClick="bbstyle(0)" onMouseOver="helpline('b')" />
</span></td>
</tr>
<td>
</td>
<tr>
<td><span class="genmed">
<input type="button" class="button" accesskey="i" name="addbbcode2" value="kursiv" style="width: 120px" onClick="bbstyle(2)" onMouseOver="helpline('i')" />
</span></td>
</tr>
<td>
</td>
<tr>
<td><span class="genmed">
<input type="button" class="button" accesskey="u" name="addbbcode4" value="unterstrichen" style="width: 120px" onClick="bbstyle(4)" onMouseOver="helpline('u')" />
</span></td>
</tr>
<td>
</td>
<tr>
<td><span class="genmed">
<input type="button" class="button" accesskey="q" name="addbbcode6" value="Zitat" style="width: 120px" onClick="bbstyle(6)" onMouseOver="helpline('q')" />
</span></td>
</tr>
<td>
</td>
<tr>
<td><span class="genmed">
<input type="button" class="button" accesskey="c" name="addbbcode8" value="Code" style="width: 120px" onClick="bbstyle(8)" onMouseOver="helpline('c')" />
</span></td>
</tr>
<td>
</td>
<tr>
<td><span class="genmed">
<input type="button" class="button" accesskey="l" name="addbbcode10" value="Liste" style="width: 120px" onClick="bbstyle(10)" onMouseOver="helpline('l')" />
</span></td>
</tr>
<td>
</td>
<tr>
<td><span class="genmed">
<input type="button" class="button" accesskey="p" name="addbbcode14" value="Bild" style="width: 120px" onClick="bbstyle(14)" onMouseOver="helpline('p')" />
</span></td>
</tr>
<td>
</td>
<tr>
<td><span class="genmed">
<input type="button" class="button" accesskey="w" name="addbbcode16" value="Internetaddresse" width: 120px" onClick="bbstyle(16)" onMouseOver="helpline('w')" />
</span></td>
</tr>
</table>
Code: Alles auswählen
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="forumline">
<td><span class="genmed">
<textarea name="message" rows="14" cols="35" wrap="virtual" style="width:550px" tabindex="3" class="post_bg" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="b" name="addbbcode0" value="fett" style="width: 120px" onClick="bbstyle(0)" onMouseOver="helpline('b')" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="i" name="addbbcode2" value="kursiv" style="width: 120px" onClick="bbstyle(2)" onMouseOver="helpline('i')" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="u" name="addbbcode4" value="unterstrichen" style="width: 120px" onClick="bbstyle(4)" onMouseOver="helpline('u')" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="q" name="addbbcode6" value="Zitat" style="width: 120px" onClick="bbstyle(6)" onMouseOver="helpline('q')" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="c" name="addbbcode8" value="Code" style="width: 120px" onClick="bbstyle(8)" onMouseOver="helpline('c')" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="l" name="addbbcode10" value="Liste" style="width: 120px" onClick="bbstyle(10)" onMouseOver="helpline('l')" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="p" name="addbbcode14" value="Bild" style="width: 120px" onClick="bbstyle(14)" onMouseOver="helpline('p')" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="w" name="addbbcode16" value="Internetaddresse" style="width: 120px" onClick="bbstyle(16)" onMouseOver="helpline('w')" />
</span></td>
</table>
Code: Alles auswählen
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="forumline">
<td><span class="genmed">
<textarea name="message" rows="14" cols="35" wrap="virtual" style="width:550px" tabindex="3" class="post_bg" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="b" name="addbbcode0" value="fett" style="width: 120px" onClick="bbstyle(0)" onMouseOver="helpline('b')" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="i" name="addbbcode2" value="kursiv" style="width: 120px" onClick="bbstyle(2)" onMouseOver="helpline('i')" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="u" name="addbbcode4" value="unterstrichen" style="width: 120px" onClick="bbstyle(4)" onMouseOver="helpline('u')" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="q" name="addbbcode6" value="Zitat" style="width: 120px" onClick="bbstyle(6)" onMouseOver="helpline('q')" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="c" name="addbbcode8" value="Code" style="width: 120px" onClick="bbstyle(8)" onMouseOver="helpline('c')" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="l" name="addbbcode10" value="Liste" style="width: 120px" onClick="bbstyle(10)" onMouseOver="helpline('l')" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="p" name="addbbcode14" value="Bild" style="width: 120px" onClick="bbstyle(14)" onMouseOver="helpline('p')" />
</span></td>
<td><span class="genmed">
<input type="button" class="button" accesskey="w" name="addbbcode16" value="Internetaddresse" style="width: 120px" onClick="bbstyle(16)" onMouseOver="helpline('w')" />
</span></td>
</table>