Twine Version: 2.3.4
Story Format: Sugarcube 2.29.0
I want to have a 2x2 grid of clickable images, but there’s a gap between the two rows that I can’t get rid of.
I’m trying to make that into a solid gray square, without the brown line in the middle. It’s in the StoryCaption passage so that it appears in the sidebar.
I don’t know enough about HTML (or CSS) to fix this. Here is the code I am using:
<a data-passage="$topLeft"><img @src=$topLeftImg width=50%></a><a data-passage="$topRight"><img @src=$topRightImg width=50%></a>
<a data-passage="$bottomLeft"><img @src=$bottomLeftImg width=50%></a><a data-passage="$bottomRight"><img @src=$bottomRightImg width=50%></a>
Please excuse my ignorance, and thank you for your help.