Lol, yes i am asking, the bbcode definition, is that in my server files, if it is i would have a hack at adding the <input there. looking at the source code for a particular post that has a code box i see that my code is held between <pre tags like this
HTML Code:
<!-- message -->
<div id="post_message_649524">
<br /><br />
<!-- google_ad_section_start -->Try this, it's ThisWorkbook event code:<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><acronym title="Visual Basic for Applications">VBA</acronym> CODE:</div>
<pre class="alt2" dir="ltr" style="
margin: 0px;
padding: 6px;
border: 1px inset;
width: 800px;
height: 178px;
text-align: left;
overflow: auto"><font color="blue">Option Explicit</font>
<font color="blue">Private</font> <font color="blue">Sub</font> Workbook_Deactivate()
UserForm1.Hide
<font color="blue">End Sub</font>
<font color="blue">Private</font> <font color="blue">Sub</font> Workbook_WindowActivate(<font color="blue">ByVal</font> Wn <font color="blue">As</font> Window)
UserForm1.Show vbModeless
Range("A1").Select
AppActivate Application.Caption
<font color="blue">End Sub</font> </pre>
</div>