Salty Mike submitted a new resource:
[GUIDE] How to add image as background of table on IL - guide, interlude
Read more about this resource...
[GUIDE] How to add image as background of table on IL - guide, interlude
One of the two major issues with HTML on Interlude has been the absence of `background` option for tables.
However, there is a way to manipulate the HTML code so that you can achieve the same effect as `<table background=" "` on newer chronicles.
A little known fact is that the <img /> tag does not necessarily has to have an `src` element.
On top of that, we can set a negaive value for height, which would bring the next <img /> element up in the Z direction by the height we have set.
Here...
Read more about this resource...