Duro Posted January 4, 2015 Report Posted January 4, 2015 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? Quote
Jaden Posted January 4, 2015 Report Posted January 4, 2015 <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 :/ Quote
miraro3 Posted January 4, 2015 Report Posted January 4, 2015 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 Quote
Founders MrMuppet Posted January 4, 2015 Founders Report Posted January 4, 2015 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. Quote
Duro Posted January 4, 2015 Author Report Posted January 4, 2015 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. Quote
Charlie Posted January 4, 2015 Report Posted January 4, 2015 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. Quote
Founders MrMuppet Posted January 21, 2015 Founders Report Posted January 21, 2015 Hook installed. Quote
Founders MiniMuppet Posted January 21, 2015 Founders Report Posted January 21, 2015 seems to have bugged emotions Quote
Slarty Posted January 21, 2015 Report Posted January 21, 2015 Ahh cool, now we got a table...when does the beer come? On a more serious note, when do we use the table function here? never seen a post that had need of such. Quote
Duro Posted January 22, 2015 Author Report Posted January 22, 2015 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! Quote
Duro Posted January 23, 2015 Author Report Posted January 23, 2015 [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. Quote
Eagle_cz Posted January 23, 2015 Report Posted January 23, 2015 (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 1row 1, cell 2row 2, cell 1row 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 1row 1, cell 2row 1, cell 3row 1, cell 4row 1, cell 5row 1, cell 6row 2, cell 1row 2, cell 2row 2, cell 3row 2, cell 4row 2, cell 5row 2, cell 6[/table] Edited January 23, 2015 by Eagle_cz Quote
Duro Posted January 23, 2015 Author Report Posted January 23, 2015 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> Quote
Eagle_cz Posted January 23, 2015 Report Posted January 23, 2015 (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 January 23, 2015 by Eagle_cz Quote
Duro Posted January 23, 2015 Author Report Posted January 23, 2015 How can i add border's to an table's cell? Quote
Eagle_cz Posted January 23, 2015 Report Posted January 23, 2015 (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 January 23, 2015 by Eagle_cz Quote
Stumpel Posted January 23, 2015 Report Posted January 23, 2015 Can you use other color than black Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.