How can I get the following with Texttile:
<table>
<tr>
<td>
Model:
</td>
<td>
Ford<br/>
BMW<br/>
VM
</td>
</tr>
</table>
So where one cell has multiple lines.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can include well formatted HTML code in textile:
Just try it on textile.thresholdstate.com.
As the above homepage says: HTML code should be wrapped besides
==, this way calling the following would result in the required output:Both method works for me 🙂
Besides this obvious way you could build a table with colspan, so not using manual breaklines but having the second column have 3 rows while only one in the first:
Resulting in: