Hello,
I have a text to wedge at the bottom of a box according to data fields. The text should move up in the box if the lines increase.
Here is my stylesheet, but the text stays at the top of the box.
#bottom {
position: absolute;
bottom: 0;
left: 0;
}
Can you help me ? Thanks
Just seach for the keyword bottom in this forum. You’ll have plenty of examples.