Im generating a table in php, and would like it in the top left of the screen. The table varies slightly in width so directly to the right of it should go two blocks of text (text1, text2) and a third text (text3) which floats in the topmost right of the screen. Below the three texts should be text4.
Requirements: Text1 needs to always be to the right of the table. text4 always needs to be below the top 3 texts.
I uploaded an image with the span/div/table/text and have literally been trying to arrange these for about 1.5 hours now. it seems like it should be really simple but im struggling with my requirements and one of them always seems to misalign. (all the 'texts' are just pieces of html text (not <input type=text
or <textarea>
)
Edit: Thankyou, is it possible without using libraries or bootstrap?