Phone: + (702) 966.5500
Fax: + (702) 993.6900

How to get rid of the Formatting Guidelines and Link in Drupal 6

Just add this to your CSS file (which should be somewhere in a subfolder of /sites/all/themes/yourTheme/)

#node-form .tips, .tips + a, .tips + p {
        display:none;
}

ul.tips {
        display:none;
}

Clients

Resources

Media