By e3ekiel on
Hi
I currently have a webform showing in a custom block by placing the following php in the block.
$node = node_load(2);
print node_view($node, false, true, true);
However, I've left the title of the block empty as i didnt want it to show but now there is a large blank space with a seperator. Is there anyway to remove this with further php?
Thanks