Unluckily I don’t know what to do 🙁

I want to align the text “bla bla….” at the bottom of the left div.
Setting it as position:absolute & bottom=0 doesnt work always because there are cases where image does not exist, and that would be a problem as if the text wont increase container div height…
I could change the layout if there is no img with php but that doesnt guarantee that in case img has less height than text, text overflow etc…
I know this is strange, the table is the only solution I have?
A table is rarely (if at all) a good solution for layout.
You could do a
min-heightso if theimgdoes not exist, you will always have a height that will be adhered to.