Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
I don't know if there is a nice way. Why is this option unsatisfactory? codepen.io/anon/pen/ZbrxKN
The flow of the document is broken, so in addition to CSS, JavaScript comes in handy here.
You can, open the WISYWING editor in 5 minutes, you will draw such
It turns out in the fourth line another table of 2 rows and 3 columns,
something like this:
<table border="1" cellpadding="1" cellspacing="1" style="width:500px">
<tbody>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td colspan="3">
<table border="1" cellpadding="1" cellspacing="1" style="width:500px">
<tbody>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
</tbody>
</table>
codepen.io/Screpka/pen/XmZEEJ or so, crooked, but there is simply no time for "beautiful".
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question