View Full Version : It won't work?


Phillip
01-07-2006, 06:54 PM
Ok when I use header tags i can't put hr lines just below where the header
is any ideas?

Douglas
01-07-2006, 06:56 PM
Okay, try putting the <hr /> tag in the body section, or post your code here :)

pb&j
01-07-2006, 08:19 PM
try something like this...

<h1 style="margin-bottom:0px;"> header text here </h1>
<hr>

chocolatxbliss
01-08-2006, 01:13 AM
umm...usually the <hr /> codes are like int he body, not the header. why are you trying to put it in the header?!

djou
01-08-2006, 03:03 AM
umm...usually the <hr /> codes are like int he body, not the header. why are you trying to put it in the header?!

He's talking about heading tags: h1, h2, h3, etc.