Hey all, in creating the Random Quote Generator, I have created a div that expands to hold the text. The problem I’m having is if the text pulled is lengthy, it starts to overflow the div at the bottom. It also causes the page to split at the bottom.
I have tried using css overflow, but I do not want to add a scroll bar to page.
I have also tried a couple other css properties such as display, height, or resizing the font (which works, but makes the font a little too small).
The page is not complete as I still need to delay the text appearing so that the container grows first.
Thanks for any help with this!