Hi,i'm a newbie in drupal.
I added a new block named "links" to contain different links.

say "my story" links to node/1
say "my Business" links to node/2

If I want "my life" links to a web page which contains the content of node/1 and node/2,how should i do?

thanks

Comments

Blueeeeie’s picture

You can use the Views module to display the contents of node/1 and node/2 together in a page and create a new URL for it and then link 'my life' to it

Hope this helps.

---
www.drupaldiy.com - Showcase your Drupal site

uifund’s picture

It works.
thanks for you help.

masood_mj’s picture

I think the panels module has come for this

gbrussel’s picture

You can use CCK and the nodereference field type to reference the two nodes and display their body/title.