ok with <div style="margin-bottom: 0"> not work!
also <div style="position: fixed; bottom: 0;"> or <div style="position: absolute; bottom: 0px; width: 100%"> not work!
I've solved with <div style="margin-top: 300px"> but only after various attempts!
i have a page with:
TITLE
SUBTITLE
note 1
note 2
note 3
note 4
and repeat my question (please write a valid example code): how to have 4 lines note at the end of my page?? (excluded margin-top rule)
|