Jump to content

Adding Table's to a post issues


Recommended Posts

I didn't see any section related to webste issues/suggestions so i thougt i post it here.

 

For some reason it dont let me add simple Table's to a post.

When i insert the HTML code it just gives me the following:

<table>  <tr>    <td></td>    <th>Kolom 1</th>    <th>Kolom 2</th>  </tr>  <tr>    <th>Rij 1</th>    <td>Kolom 1 - Rij 1</td>    <td>Kolom 2 - Rij 1</td>  </tr>  <tr>    <th>Rij 2</th>    <td>Kolom 1 - Rij 2</td>    <td>Kolom 2 - Rij 2</td>  </tr></table>

It is just writing down the code instead of showing me the Table.

 

So am i doing something wrong or is this feature not enabled on the forums?

Link to comment
Share on other sites

<html>

<table>
<tr>
<td></td>
<th>Kolom 1</th>
<th>Kolom 2</th>
</tr>
<tr>
<th>Rij 1</th>
<td>Kolom 1 - Rij 1</td>
<td>Kolom 2 - Rij 1</td>
</tr>
<tr>
<th>Rij 2</th>
<td>Kolom 1 - Rij 2</td>
<td>Kolom 2 - Rij 2</td>
</tr>
</table>

</html>+

 

 

 

 

hmm doesnt work for me either, but as far as i remember there was a "Html-editor" option....cant find it anymore tho :/

Link to comment
Share on other sites

I do not wanna drive anyone onto costs so we could maybe atleast try the free ones?

 

I know in recruiters section are some lists, and perhaps on more places on this forum, where it's more orderly when put it in a table.

Link to comment
Share on other sites

  • 3 weeks later...

[table]

 

  Kolom 1 Kolom 2 Rij 1 Kolom 1 - Rij 1 Kolom 2 - Rij 1 Rij 2 Kolom 1 - Rij 2 Kolom 2 - Rij 2

[/table]

 

This is what i get when i insert an table. It looks good when making the topic but when you post the topic the borders and lay-out of the table is gone.

Link to comment
Share on other sites

ok, try to use this for example:

[table][tr][td]row 1, cell 1[/td][td]row 1, cell 2[/td][/tr][tr][td]row 2, cell 1[/td][td]row 2, cell 2[/td][/tr][/table]

and output will be:

 

[table]


row 1, cell 1
row 1, cell 2


row 2, cell 1
row 2, cell 2

[/table]

 

or another example:

[table][tr][td]row 1, cell 1[/td][td]row 1, cell 2[/td][td]row 1, cell 3[/td][td]row 1, cell 4[/td][td]row 1, cell 5[/td][td]row 1, cell 6[/td][/tr][tr][td]row 2, cell 1[/td][td]row 2, cell 2[/td][td]row 2, cell 3[/td][td]row 2, cell 4[/td][td]row 2, cell 5[/td][td]row 2, cell 6[/td][/tr][/table]

[table]


row 1, cell 1
row 1, cell 2

row 1, cell 3

row 1, cell 4

row 1, cell 5
row 1, cell 6



row 2, cell 1
row 2, cell 2

row 2, cell 3
row 2, cell 4

row 2, cell 5
row 2, cell 6

[/table]

Edited by Eagle_cz
Link to comment
Share on other sites

Why does it not allow html codes like these?

 

<table>
<tr>
<td></td>
<th>Kolom 1</th>
<th>Kolom 2</th>
</tr>
<tr>
<th>Rij 1</th>
<td>Kolom 1 - Rij 1</td>
<td>Kolom 2 - Rij 1</td>
</tr>
<tr>
<th>Rij 2</th>
<td>Kolom 1 - Rij 2</td>
<td>Kolom 2 - Rij 2</td>
</tr>
</table>

Link to comment
Share on other sites

How can i add border's to an table's cell?

 

Hardly mate, hardly... It seems like this implementation of BBCode won't work with this 'extra' params like "border" and etc. incl. CSS ... :(

 

or, there could be a way how to do it, but it is question for IP Board developers :(

 

 

(second idea - for Mr.Craig only: I can add wysiwyg editor and etc to game-files server and link it with this forum - what you think about it?)

Edited by Eagle_cz
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...