Page 1 of 1

Drupal code and text in a page question

Posted: Mon May 04, 2009 8:11 am
by susrisha
Hello,
I am right now into drupal and have included the General Syntax highlighting module(GeShi).
Now my problem is that i want to create a page which will show both normal text as well as the code snippet.
Just like this post where there is a normal text and a code snippet

Code: Select all

 
<?php 
echo "hello world";
?>
 
Can anyone help me with this..