PDA

View Full Version : problem with a custom bbcode


brfrankl
07-20-2007, 02:23 PM
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


<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">&nbsp;</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?

brfrankl
07-22-2007, 06:53 PM
anyone have any ideas. this is driving me nuts....