<div> should not be inside of <table> element

This commit is contained in:
slawkens 2022-02-26 17:50:31 +01:00
parent 876543f064
commit dfd3c2c4a5

View File

@ -1,5 +1,4 @@
<div class="TableContainer"> <div class="TableContainer">
<table class="Table1" cellpadding="0" cellspacing="0" style="background-color: {{ config.lightborder }}">
<div class="CaptionContainer"> <div class="CaptionContainer">
<div class="CaptionInnerContainer"> <div class="CaptionInnerContainer">
<span class="CaptionEdgeLeftTop" style="background-image:url({{ template_path }}/images/content/box-frame-edge.gif);"></span> <span class="CaptionEdgeLeftTop" style="background-image:url({{ template_path }}/images/content/box-frame-edge.gif);"></span>
@ -13,7 +12,7 @@
<span class="CaptionEdgeRightBottom" style="background-image:url({{ template_path }}/images/content/box-frame-edge.gif);"></span> <span class="CaptionEdgeRightBottom" style="background-image:url({{ template_path }}/images/content/box-frame-edge.gif);"></span>
</div> </div>
</div> </div>
<table class="Table1" cellpadding="0" cellspacing="0" style="background-color: {{ config.lightborder }}">
<tr> <tr>
<td> <td>
<div class="InnerTableContainer"> <div class="InnerTableContainer">