I'm creating a newsletter content-type that should have its stories linked using a nodereference field. I to have one theme for the stories when they appear in the newsletter, and another when they appear in ordinary views or in their own page.
I have two reasons:
- Later I'll want to send the newsletter by mail and I'll have to make all the styling inline.
- I want to remove certain links that appear below each node, such as add comment or send to a friend, and have them only for the whole newsletter.
What's the best way to achieve this?