thanks
Pete
I believe it would leave blank space. Take a look at this file:
About a quarter of the way down, the <layout> begins. At the top of
that, there's a <section> of type="header" -- you could remove this
section all together, or you could try the following...
Convert it to a <template> and use a <call-template> element to
include it in the output. After that, just remove the <title> element
from the config in cases where you don't want the extra title.
drew
here's my edits:
ERROR [Thread-61] [/AcademusApps].[WebMailPop].[] Oct/26 08:21:43 -
Allocate exception for servlet WebMailPop
java.lang.IllegalArgumentException: Handle must be unique in context.
Duplicate handle: gateway_main
i tried removing everything :
<section type="header" cols="1">....</section>
and just:
<h2>.....</h2>
and still the same error.
I'm not sure if it's a problem withe have the two files closely named
but I can't see why it would return Duplicate handle: gateway_main
Pete