View Full Version : <hr> coding


laura_duck
08-14-2006, 07:14 AM
I have made a line using <hr>

how do i place text on the line? (if someone scrolls around the page the text stays with the line)

General MJ
08-14-2006, 07:29 AM
what exactly do you mean? text above the line, on the line, or below the line?

tokyo bleu
08-14-2006, 09:30 AM
<HR> is just a horizontal rule line. It's meant to insert a section break, not for fancying up with text.

If you really want to underline certain text, then just use the <U> tag.

laura_duck
08-14-2006, 09:45 AM
I have made a line using <hr>

how do i place text on the line? (if someone scrolls around the page the text stays with the line)

How do i place text on the line?

It's not underlining i want,

http://www.neopets.com/guilds/guild.phtml?id=2386225 I want it like it is on there.

WebBaka
08-14-2006, 05:15 PM
That's just: <hr>Text here<hr>
It might also have something to do with the padding and/or margins, which can be controlled with CSS: <hr style="margin: 0; padding: 0;">

Oh, nevermind... that was an error page...
I'm not sure what you want exactly, but it's probably something like I said before.

J to the izzosh
08-14-2006, 07:21 PM
Unfortunately, some of us can't see your example page as it requires a membership for viewing. Are you looking for strikethrough text?
<span style="text-decoration:line-through;">This text is stricken through.</span>