Discussion board
HTML Rules(Lines)
By Sai Naren Kondisetty
Hi all,

I have a question...When we give <hr/>, a line is created. It is generated for the full page width. How can we restrict its length? Is there any way?

Thanks...
Naren
Reply
Post   Reset
Alka Purwar replied to Sai Naren Kondisetty Tuesday, November 17, 2009
Hi Naren,

You can change the width of line by adding width property...
<hr width=200 align=left>

Cheers!
Alka