Drupal code and text in a page question
Posted: Mon May 04, 2009 8:11 am
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
Can anyone help me with this..
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";
?>