How do I add text that users can see on the node/add/blog page? I just want to display some instructions, and the help text box is not big enough.

Thanks,

Simon

Comments

nevets’s picture

The help tip module allows you to place a block on a page an display help approriate to that page. To use you will need to add a new region to your theme that sits above the content area.

lenkkivihko’s picture

.. disable the normal node/add/blog.

Make your own node that is added to a custom menu element. (through Menu settings in node/add/blog page for admin)

In this node you can what ever content you have and then a link to node/add/blog.

This way you can add what ever text....

csc4’s picture

The usernodes project allows you to specify a text block on a per content type basis - would that help?