Fix alignment to the center

This commit is contained in:
tobi132 2019-12-02 21:34:06 +01:00
parent 72d7dae7fa
commit 065661e419

View File

@ -30,7 +30,7 @@
</div>
<br/>
<div style="text-align:center">
<table>
<table style="margin-left: auto; margin-right: auto;">
<tr>
<td>
<img src="{{ template_path }}/images/content/headline-bracer-left.gif" />
@ -58,10 +58,10 @@
</tr>
</table>
<div style="text-align:center">
<table border="0" cellspacing="0" cellpadding="0">
<table border="0" cellspacing="0" cellpadding="0" style="margin-left: auto; margin-right: auto;">
<form action="{{ getLink('account/register') }}" method="post">
<tr>
<td style="border:0px;">
<td style="border:0;">
{{ include('buttons.register_account.html.twig') }}
</td>
</tr>
@ -69,9 +69,9 @@
</table>
</div>
</div>
<div class="BoxFrameHorizontal" style="background-image:url({{ template_path }}/images/content/box-frame-horizontal.gif);" /></div>
<div class="BoxFrameEdgeRightBottom" style="background-image:url({{ template_path }}/images/content/box-frame-edge.gif);" /></div>
<div class="BoxFrameEdgeLeftBottom" style="background-image:url({{ template_path }}/images/content/box-frame-edge.gif);" /></div>
<div class="BoxFrameHorizontal" style="background-image:url({{ template_path }}/images/content/box-frame-horizontal.gif);"></div>
<div class="BoxFrameEdgeRightBottom" style="background-image:url({{ template_path }}/images/content/box-frame-edge.gif);"></div>
<div class="BoxFrameEdgeLeftBottom" style="background-image:url({{ template_path }}/images/content/box-frame-edge.gif);"></div>
</div>
</div>
<br/>