Let's say I want to design a content box. I have a 50 pixel tall pattern that I want to use as a repeating background. Done. But what if I wanted to end this box with an image that should be aligned to the bottom of the pattern? Because the content is dynamic (after all, I'm designing a template!), I don't know if the pattern will entirely repeat. That means that I can't be sure that this ending decoration will nicely align with the pattern as I intended. Does anyone have any tips how can I avoid this?
(if this box was just simple content (e.g. a few links), I could divide it into fixed cells to ensure it aligns, but I can't do that if it's a block of text!)
I hope I wasn't unclear. I really want to know how to solve this problem :)