Is there a way to create an html element that doesn't move even if the content on the webpage changes it stays in the same position and the rest of the content wraps around it?
I want to create a long line that stretches across a dynamic webpage. When someone adds more content to the webpage, that line should stay intact and not move like a brick wall and the rest of the content maneuvers around it or jumps over it.
Visual example:
content content content content content contentcontent content
content content content content content contentcontent content co
--------------------------------------------------------------------(long line)
ntent content contentcontent contentcontent contentcontent content
content contentcontent contentcontent contentcontent contentcontent
Notice how on the 2nd line the text wraps over the long line to continue after the line.
Hope it makes sense,
Found this question, this is more or less exactly what I want jQuery Split content based on height
The questioned wasn't answered though.