View Single Post
Old 02-05-2018, 04:57 PM   #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,079
Karma: 60358908
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 mzso View Post
Hi!

I tried everything I found and could think (<hr>, underline, bottom border)of but I can't get a line under the header. Only under the header text.

This is my header:
Code:
<div style="font-size:x-small;"><p style="float:left;">_TITLE_</p><p style="float:right;"><i>_SECTION_</i></p></div>


Any ideas?
BOXES (AKA the box model)
Where did you put the HR? or border?
Code:
<div>
<p> </p>
</div>
If the DIV sets the overall block margins, that is where it belongs

(FWIW I don't style inline since I learned about CSS)
theducks is offline   Reply With Quote