Hello, Chris, The best place for questions like this is the support list, or on the Drupal forums -- the dev list is for questions relating to module development, as opposed to support. With that said, check out the contemplate module -- it allows you to generate templates to control how different node types are displayed. For a list of all the mailing list options, check out here: http://drupal.org/mailing-lists Cheers, Bill Chris McCreery wrote:
Hello I am new to Drupal and am currently running a site and I'd like to adjust a few things in my layout. Specifically I added a CCK Link field to the story content type. I have disabled the Link Title as I only want to input the link. However on the display pages I would like to have the same link name use all the time. For example right now I have the following displaying
Node Title Taxonomy terms <a href="http://www.something.com">http://www.something.com</a>
What I would like to do is:
Node Title Taxonomy Terms <a href="http://www.something.com">Watch this! </a>
Hopefully you understand what I mean. I just want the output to be in the href="" and then use the Watch this! as my default instead of the actual link. I've looked at a few posts but just can't seem to grasp what I need to do. That and I have very minimal php experience. (former coldfusion programmer) Thanks in advance