Peshitta Forum

Full Version: tables in posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Shlama Akhi Paul:
I'm preparing a post and I would like to insert a table (like in a Word doc) in order to show a comparative of verses in Act, is that possible?
If it is, please indicate me how to do it... Thanks!
Ab. Valentin

PD. In the topic about the Vulgate I got acquainted that your wife is a Roman Catholic... Tell her for me that "we are two now" (in fact, I know we are many) and give my blessings to her (extendable to all the Family, of course!)
Shlama Akhi Valentin,

You can use regular HTML tags for the table...like this:

<center>
<table border="1">
<th>header1</th>
<th>header2</th>
<tr>
<td>data1</td>
<td>data2</td>
</tr>
</table>
</center>

Donna sends her greetings as well.... <!-- sSmile --><img src="{SMILIES_PATH}/smile.gif" alt="Smile" title="Smile" /><!-- sSmile -->
Paul Younan Wrote:Shlama Akhi Valentin,

You can use regular HTML tags for the table...like this:

<center>
<table border="1">
<th>header1</th>
<th>header2</th>
<tr>
<td>data1</td>
<td>data2</td>
</tr>
</table>
</center>

Donna sends her greetings as well.... <!-- sSmile --><img src="{SMILIES_PATH}/smile.gif" alt="Smile" title="Smile" /><!-- sSmile -->

Thanks Akhi! I was about to ask you HOW? (I saw only the "results" in your answer, but now, while answering I can see the tags.
Ab. Valentin
No prob, Akh.

There's an excellent HTML tutorial at http://www.w3schools.com - look at the tables section.