On 4/10/06, <b class="gmail_sendername"><a href="mailto:pmwiki@911networks.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">pmwiki@911networks.com</a></b> &lt;<a href="mailto:pmwiki@911networks.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
pmwiki@911networks.com</a>&gt; wrote:<div><span class="gmail_quote">
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Is there a way to format [bold, underline and colors] monospaced<br>code like:<br><br>

&nbsp;&nbsp;$IPTABLES -F<br>&nbsp;&nbsp;$IPTABLES -F -t nat<br>&nbsp;&nbsp;$IPTABLES -X<br>&nbsp;&nbsp;$IPTABLES -F INPUT<br>&nbsp;&nbsp;$IPTABLES -F OUTPUT<br>&nbsp;&nbsp;$IPTABLES -F FORWARD<br><br>To emphasize some stuff.<br><br>I have been using: [@ and @] so it's either monospaced or prettied.
<br><br>Any suggestion?</blockquote><div><br>What about specifying the font?&nbsp; use <br><pre>%define=style 'font-family:&quot;Courier New&quot;, Courier, monospace'%</pre><br>?<br><br>To have it in a box with a colored background around it, you could have 
<br><br>&gt;&gt;define=style bgcolor=#cccccc border='1px dotted gray' 'font-family:&quot;Courier New&quot;, Courier, monospace'&lt;&lt;<br><br>test '''''test''''' %red%test%%<br><br>&gt;&gt;&lt;&lt;<br> </div><br></div>