By rood on
Im a newb when it comes to drupal and need some help with a custom front page.
I have the front page module installed and would like to pull content from specific nodes into it.
what code snippets do i need to use to make this happen?
for instance
print node_page_default();
pulls up the default node, how would i pull in just the content from, for example node/9 on my site?
any clarification is appreciated.
Comments
Probably
Probably http://api.drupal.org/api/function/node_page_view/6
Something like
you are my hero :) thanks a
you are my hero :)
thanks a lot.
Another question, if i
Another question, if i place
in between div tags it wont show up, however it will if i place in the body tag, but before a div tag it will.
Sorry, I don't understand.
Sorry, I don't understand. Div tags? Where and how?
probably a css issue on the
probably a css issue on the div tag? there should be no problem adding the code in between the div tag.
----------
My Drupal site: Philippines Travel - Come and Visit the beautiful Philippine Paradise!
by Busby SEO Challenge
here is my page...
here is my page...
here is my css ...
as you can see im trying to get the content to be displayed in an iframe if at all possible..
am i missing something or need to add something to my stylesheet?