I have some text which I want underlined. Now, I don't just want the actual text to underline, I want the line to stretch across the screen.
I do:
H4{align:left; font-style: bold; border-bottom: 1px black solid;}
However, I don't want the line to run the entire width of the screen. I only want it to be say 750px wide or a percentage of the screen. I try:
H4{align:left; font-style: bold; border-bottom: 1px black solid; width:750px;}
But this does not work. The line still runs the entire width of the page. Any tips?