I want to use this code to make a text frame (without links in it, like
Code: Select all
):
[code]<div style="margin-bottom: 10px; background: #000000; padding: 6px; height:auto; border: 2px solid #8C8984; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;color:#bbbbbb;font-family:Courier New">{TEXT}</div>
So i check de Code BB tag y i find the <code></code> HTML tag:
Example of code BB tag:
Code: Select all
<code>http://www.opentz.com.ar http://www.opentz.com.ar</code>
Code: Select all
<div style="margin-bottom: 10px; background: #000000; padding: 6px; height:auto; border: 2px solid #8C8984; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;color:#bbbbbb;font-family:Courier New"><code>{TEXT}</code></div>
Code: Select all
<code>http://www.opentz.com.ar <!-- m --><a class="postlink" href="http://www.opentz.com.ar">http://www.opentz.com.ar</a><!-- m --></code>
Thanks for the help, and sorry if I'm not clear.