Ok I am trying to make a custom bbcode that is basically a copy of the html code but with no title...
I have tried to put this in the replacement section
Code:
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"> </div>
<pre class="alt2" dir="ltr" style="
margin: 0px;
padding: 5px;
border: 1px inset;
width: 600px;
height: 258px;
text-align: left;
overflow: auto">{param}</pre>
</div>
Problem is all the contents in the block are coming out double spaced.
So I type this:
line 1
line 2
line 3
and get
line 1
line 2
line 3
Any ideas on how to fix this?