How do i design the node/add page ie. the Create new content page?
Anyone any ideas?
Ajay

Comments

dvessel’s picture

You can't in 5. It never passes through a theme function. It has been remedied in 6 though.

For 5, It's all CSS.

joon park

fivepoints’s picture

you can customize node/add by adding a page into your theme folder.
try this (I have to test it): page-node-add.tpl.php

ciao
nicola

dvessel’s picture

True, that's definitely a possibility but the contents of that page can't be altered and that's what I assume the poster wanted.

joon park

fivepoints’s picture

ah! ok!