boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How do I include code snippets within posts?

 
Post new topic   Reply to topic    boardom Forum Index -> How to ?
View previous topic :: View next topic  
Author Message
winwintoo



Joined: 13 Sep 2004
Posts: 3

PostPosted: Mon Sep 13, 2004 11:20 pm    Post subject: How do I include code snippets within posts? Reply with quote

I'd like to be able to include code snippets in my blog posts like you can in posts to this bb for example like this:

Code:


function add_magic_quotes($array) {
   foreach ($array as $k => $v) {
      if (is_array($v)) {
         $array[$k] = add_magic_quotes($v);
      } else {
         $array[$k] = addslashes($v);
      }
   }
   return $array;
}


The editor in b2 doesn't have a "code" button and the blockquote button doesn't do it. I tried manually entering <code></code> but that didn't work either - the snippet gets treated like code and won't print on the page.

Any suggestions??

Thanks, Margaret
Back to top
View user's profile Send private message Visit poster's website
Sigg3



Joined: 03 Jul 2003
Posts: 643
Location: Oslo, Norway

PostPosted: Tue Sep 14, 2004 8:56 am    Post subject: Reply with quote

You can use the HTML tag <pre> which shows pre-formatted text like code or ascii art (http://www.sigg3.net/myself/daman.html)

i.e.
Code:
<pre>

<html>
<body>

</pre>

will show up like in BBCodes's <code>
_________________
Sigg3 dot net - because you're worth it! | b2 Cafelog Resource Center
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> How to ? All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group