Hi, So I am working on a story for my pet Blocker - he already has a profile here and I do not want to change it, however this story might be long.
I do not want it to just ramble and go down the page for very long so I was wondering what others thought an eye pleasing way to put the story in would be.
Like should I use spoiler tags or div boxes... I am not really good at tab coding though.
I thank you for any help.
I think it looks fine? The TC actually goes down longer than the story. The only problem with the profile I see is the font colours. They're a bit hard to read, especially with the small font size.
If you make the story longer, you could just put a max height on it, so then it'll be in a scroll box.
i would say just give the story div a max height of about 2300px, as that is how far the treasure currently extends. that way, the story and treasure will both be around the same height and if the story surpasses the tc in height it will just become a scroll box. so, just add the following code to your div:
max-height:2300px; overflow:auto
i disagree with though that the text is hard to read; it's small, but the color is light enough that it's still very visible.