For example, I have two long (width wise) image banners I want to place on my shopify website in an HTML box but after all the answers and code I've found, I can't figure out how to retain their original sizes without ending up on top of each other vertically. I want them to reach each side of the webpage if possible. I also want them to be clickable links.
What I want:
|website side|| img | 5px padding | img ||website side|
What it looks like after trying various ways to adjust the % of the size (I dont think bounding boxes are going to help me for this):
|website side||img||website side| |website side||img||website side|
Example here of what I want to do: https://i.stack.imgur.com/PL0BL.png
I don't really know HTML well. I'm not sure if I need to set up some sort of CSS to make this happen. If I do, I don't know how to do that as the box on the website creation for shopify only accepts HTML code. I don't know if I need to create a snippet or something and where that would go.
If anyone can help me, I'd really appreciate it.