Jump to content

Recommended Posts

Posted

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?

Posted

<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 :/

Posted

Adding html might have been disabled in the forum options, this can have multiple reasons but I'm not informed why it is so. I'm sure MrMuppet will let us know when he reads this

  • Founders
Posted

We need to install a hook to support this on I.P.board, the free ones are not very good, if we need this then I can purchase one trough the market place.

Posted

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.

Posted

Use google docs to store the member lists and such. It's free and versatile and looks a lot better than them mess of threads you have/used to have.

  • 3 weeks later...
Posted

Ahh cool, now we got a table...when does the beer come? :P

 

On a more serious note, when do we use the table function here? never seen a post that had need of such.

Posted

There are certain lists in recruiters section that could use a table to keep it orderly slarty. I'm sure there are more of them.

Great craig, i am on my phone now will check it out later!

Posted

[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.

Posted (edited)

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
Posted

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>

Posted (edited)

Why does it not allow html codes like these?

it's HTML ... use BBCode instead :)

(IMO support for html is disabled on the forum, according to: <b>test</b>)

Edited by Eagle_cz
Posted (edited)

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

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...