h1 with border-bottom, would like to increase spacing between
sinthetiq
11:37 pm on Sep 18, 2006 (gmt 0)
hello,
i have an <h1> heading and used border-bottom to underline the text. I wanted to know if it was possible to increase the spacing between the bottom border (line) and text.
Setek
1:54 am on Sep 19, 2006 (gmt 0)
Add padding to your element to increase space between the border, and the element's contents.
sinthetiq
6:35 pm on Sep 19, 2006 (gmt 0)
thanks!
icantthinkofone
7:01 pm on Sep 19, 2006 (gmt 0)
Why don't you use CSS to underline it?
text-decoration:underline;
Robin_reala
7:08 pm on Sep 19, 2006 (gmt 0)
The OP might want a single underline if the heading is split over multiple lines. Or they might want a different style - e.g. dashed or dotted. Or they might want to increase the padding :)