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> <<a href="mailto:pmwiki@911networks.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
pmwiki@911networks.com</a>> 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>
$IPTABLES -F<br> $IPTABLES -F -t nat<br> $IPTABLES -X<br> $IPTABLES -F INPUT<br> $IPTABLES -F OUTPUT<br> $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? use <br><pre>%define=style 'font-family:"Courier New", Courier, monospace'%</pre><br>?<br><br>To have it in a box with a colored background around it, you could have
<br><br>>>define=style bgcolor=#cccccc border='1px dotted gray' 'font-family:"Courier New", Courier, monospace'<<<br><br>test '''''test''''' %red%test%%<br><br>>><<<br> </div><br></div>