I want to create a dynamic vertical line on the right side of my page.
I would prefer to only do this in CSS.
I want to be able to set the line at a certain height, but when the text expands the line should of course expand, also the position, vertically, should be able to be set.
So:
|
| This is some text, |
| more text |
| and more text |
| |
|
|
|
| This is a longer |
| text piece. |
| hopefully I am not |
| too confusing. |
| And the great |
| people here |
| will understand |
| |
|
Before it even comes up, no tables please.
Thank you