More misc fixes and rewrites (sorry, lame description)
[mailer.git] / templates / de / html / guest / guest_confirm_table.tpl
index f85e597fa06cd749c7a46828bbfe92e14c321fbe..eaf26cd63780d3d70153399f605d07f926df0241 100644 (file)
@@ -1,7 +1,3 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" width="400" class="guest_table dashed">
-       <TR>
-               <TD align="center" height="40">
-                       <STRONG class="guest_done">{!__CONFIRM_MSG!}</STRONG>
-               </TD>
-       </TR>
-</TABLE>
\ No newline at end of file
+<div class="guest_table dashed">
+       <div style="text-align:center" class="guest_done">{!__CONFIRM_MSG!}</div>
+</div>