My main layout is this:
<table> ... </table> <table> ... </table> // There actually five tables, but that irrelevant <img .../> </body>
I'm trying to make the image in the footer below all the tables, but the best I can do is that it gets stuck to the right of the tables (my screen is large, so it can wrap around the table for you, but not for me), or I I can make it float right on top of the tables using the position: absolute. I canโt have my life make me look wrapped under tables.
I tried wrapping the image in a div and adding all kinds of combinations of attributes / properties to the div, but, as I said, they all produce one of the two unsuccessful results listed above.
Can anyone suggest some solution?
I saw some other questions, such as How to make a div appear below not next to another? , but I donโt understand this solution at all (how would float: left force something to be something else?), and Iโm also not sure if the solution needs an additional <div> wrapper.
Dubslow
source share