Drupal code and text in a page question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
susrisha
Forum Contributor
Posts: 439
Joined: Thu Aug 07, 2008 11:43 pm
Location: Hyderabad India

Drupal code and text in a page question

Post 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..
Post Reply