3
Yes it works. You think it looks nice yes thank you verry much.
But one thing now everything must go to the right also. Where can I do that also in the same html? I don't know how.
This is how it looks likes yet.
<br><br><br><br><br><br>
<{$contactform.javascript}>
<form name="<{$contactform.name}>" action="<{$contactform.action}>" method="<{$contactform.method}>" <{$contactform.extra}>>
<table class="outer" cellspacing="1">
<tr>
<th colspan="2"><{$contactform.title}>th>
tr>
<{foreach item=element from=$contactform.elements}>
<{if $element.hidden != true}>
<tr>
<td class="head"><{$element.caption}>td>
<td class="<{cycle values="even,odd"}>"><{$element.body}>td>
tr>
<{else}>
<{$element.body}>
<{/if}>
<{/foreach}>
table>
form>