@jaki01 i really like your styling text . if you dont mind may i ask how to end two columns and continue to normal?
You are viewing a single comment's thread from:
@jaki01 i really like your styling text . if you dont mind may i ask how to end two columns and continue to normal?
The table looks like this:
<table>
<tr>
<td>
"Text column 1"
</td>
<td>
"Text column 2"
</td>
</tr>
</table>
After the closed table tag in the end you can just continue writing.
You can read more here.
ok thank you very much 😍