I would like to ask what is the best way to have a part of an article have two columns while the rest of the article has one column.
Is the code different for K2?
Hi
Thank you for feedback us
What is the problem?
I'm sorry but I don't understand the problem
You can describe the problem in more detail or send me one image of the problem
I will check it for you soon
Thanks
<table style="width:100%">
<tr>
<td style="width:50%">Ut vestibulum convallis odio non tempus. Donec euismod metus mauris, nec viverra turpis facilisis sed. Nam ullamcorper urna in mi hendrerit consectetur. Integer ac laoreet orci</td>
<td style="width:50%">Ut vestibulum convallis odio non tempus. Donec euismod metus mauris, nec viverra turpis facilisis sed. Nam ullamcorper urna in mi hendrerit consectetur. Integer ac laoreet orci</td>
</tr>
</table>
I'd like to do this with CSS rather than a table as a table means I have to have two separate texts. I would like it to snake to the second column automatically.
Hi
Thank you for feedback us
I do not understand why you would choose to use CSS instead of using the table because I was trying to find the simplest solution for you, I think if using CSS it would be much more complicated with one person failing. mastering CSS,
I think using the table will be simpler because you just copy the text into the table instead of having to CSS each paragraph
Hope you understand and look forward to receiving sympathy
Thanks
I do not know why you like it because you are not too accurate in using css, but if you like I will guide you.
In descriptopn with text you want column and change
<p>
edit:
<p style="-webkit-columns: 50px 4">
with 4 is number column, hope you understand
as image bellow
prnt.sc/jiepl1
Thanks