Now I know who's been creating these. Impressive (esp. now that I've noticed them move).
_____________
Ironically, the original html table is a pain in the ass to use, it's easier to deal with emulated ones. Here's one I made one for you based on these pictures. The base structure is
To add a row, copy and paste the sirow span between the div tags, as shown above. (there must be a line break between the sirows both for function and readability sake)
To add a picture to the row, drop it between the span tags: <span class="sirow"><img src="https://morgoth.ru/images/2022/11/16/8d3c5dc04af0fdc1128705d37dcfb510.gif" alt="SylvanRah"></img></span>
margin-right and margin-bottom (5px) control the vertical/horizontal table gaps, and the background color properties can be removed (I used them only to showcase the structure).
It's a simple piece of code, tell me if you'll want something changed, or something wigs out (tefc html is sensitive to spaces and line breaks, in particular).
Now I know who's been
_____________
Ironically, the original html table is a pain in the ass to use, it's easier to deal with emulated ones.
Here's one I made one for you based on these pictures. The base structure is
To add a row, copy and paste the sirow span between the div tags, as shown above. (there must be a line break between the sirows both for function and readability sake)
To add a picture to the row, drop it between the span tags:
<span class="sirow"><img src="https://morgoth.ru/images/2022/11/16/8d3c5dc04af0fdc1128705d37dcfb510.gif" alt="SylvanRah"></img></span>
margin-right and margin-bottom (5px) control the vertical/horizontal table gaps, and the background color properties can be removed (I used them only to showcase the structure).
It's a simple piece of code, tell me if you'll want something changed, or something wigs out (tefc html is sensitive to spaces and line breaks, in particular).
Uitleger, thank you for your