1 |
|
---|---|
Posted by | Forum HTML not showing up |
Hana [G4 Triple Rosette] (#155578) Confused View Forum Posts Posted on 2020-07-04 02:00:31 |
So I'm trying to create basic tables on my forum thread, but it doesn't show up. It works fine on the preview but doesn't show up on the actual post. Here's the code I'm using: (obviously without asterisks) <*div style="width:450px;height:130px;overflow:auto;border:5px solid #F5FFFA; background:#E6E6FA;"*>TEXT HEREE<*/div> TEXT HERE ^^ Above I have put the code in it's should-work form, but all that shows up is a text without table^^ Help? 0 players like this post! Like? Edited on 04/07/20 @ 02:01:40 by Hitori [svelte pie] (#155578) |
orest 🦴 | #1 nat fan (#177285) Ruthless View Forum Posts Posted on 2020-07-04 03:43:59 |
EDIT : i'm super dumb, sorry. Try to search html guide on the site 0 players like this post! Like? Edited on 04/07/20 @ 03:44:45 by mydria 🃏 g4 maziwa felis (#177285) |
Hana [G4 Triple Rosette] (#155578) Confused View Forum Posts Posted on 2020-07-04 03:46:16 |
I've tried that too, also tried the table codes on those threads but they won't show up either 0 players like this post! Like? |
Katze (#3)
Heavenly View Forum Posts Posted on 2020-07-04 04:46:51 |
Tables work in the forums, but divs do not. You'd need to change "div" to "table", and you also need to have tr (table row) and th (table head) for it to be a valid table. This is the code you're looking for: <table style="width: 450px; height: 130px; overflow: auto; border: 5px solid #F5FFFA; background: #E6E6FA;"><tr><th>TEXT HEREE</th></tr></table> 0 players like this post! Like? |
Hana [G4 Triple Rosette] (#155578) Confused View Forum Posts Posted on 2020-07-04 04:49:23 |
Hana [G4 Triple Rosette] (#155578) Confused View Forum Posts Posted on 2020-07-04 08:22:17 |
okay so I put that in but now it's not changing the background at all 0 players like this post! Like? |
MosoNami (#209247)
Impeccable View Forum Posts Posted on 2021-01-08 06:40:41 |
1 |
---|