From: Don S. <do...@se...> - 2003-02-04 15:47:13
|
I see the [code] thing is working now. I do have couple of requests: 1. How about adding an entry at the top of that text area (along side the bold, italic, ol, ul) for putting a [code] [/code] block in? I didn't see one in the demo site. 2. Placing the code statements in a box. like here: https://sourceforge.net/docman/display_doc.php?docid=9960&group_id=13751 Which is done with inline CSS: <pre width="72" style="background-color: Gainsboro; padding: 2mm; border-style: ridge"> bash$ which ssh bash$ which cvs </pre> Perhaps we need to have the themes define a "code" style, so they can handle color changes etc. accordingly. Thanks to Mike Noyes for the links and tips. Don. |