Quote:
Originally Posted by mzso
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)