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";
?>