Thursday, November 4, 2010

Remove p tags from Contact Form 7 ( Wordpress )

define( 'WPCF7_AUTOP', false );
 
Add the above tag in wp-config.php file
 
It will remove all the auto-generated p tags from 'Contact Form 7' Forms 

Thursday, October 28, 2010

Using jQuery and MooTools Together

When using jquery and mootools together there may be an issue that one of it wont work properly.
Here is the sample code that can be used to make both work together.

<script type="text/javascript" src="jquery-1.3.js">
 
<script type="text/javascript" src="moo1.2.js">

Popular Posts