Drupal Tips

Drupal Tips Monday: Make CCK Nodes Look a Little Prettier

Being inexperienced with the ways of PHP and hardcore Drupal modification, I needed to do one simple thing, make my CCK node title all H3 headers.
It took lots of head banging to figure this out.
There are Drupal modules that can supposedly template a CCK node, such as Contemplate. After days of messing with it, [...]