View Single Post
Old 04-09-2016, 10:05 AM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,201
Karma: 60406678
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by larysa View Post
Hi, I have 3 line text center and above other line (text cente)
I want add <div> to 3 lines top and other line bottom at the end of my book page...
I try div margin-bottom=0px but don't work!
Hot to setting this div to have line at the end of my page???
You need to Learn (or at least COPY from existing code) HTML CSS

I put all my code in the linked CSS as such:
Code:
 div {margin-bottom: 0 ; }
0 anything (px, pt, em) needs no units

Inline it would be:
style="margin-bottom: 0 ;"

But I am
a div has no margin (already 0)

I think in Boxes
<div> is the shipping carton for the section (when needed)
inside is various product boxes <p>
<span>, <i>, <b>, <sub>, <sup> when extra care is needed, inside those
theducks is offline   Reply With Quote