Makar
01-07-2004, 06:20 AM
Simply put, I don't know how to position a horizontal rule. I desperately tried div position, but that didn't work. How do you do it?
|
View Full Version : Positioning a horizontal rule? Makar 01-07-2004, 06:20 AM Simply put, I don't know how to position a horizontal rule. I desperately tried div position, but that didn't work. How do you do it? Thox 01-07-2004, 08:09 AM Use CSS. e.g. <hr style="margin:20px;" /> That would add some spacing around your horizontal line. If you want to make the code effect all <hr /> tags then you should move the style into a stylesheet :) Makar 01-08-2004, 03:04 AM Ah, okay. I think I can manage that. Thank you! :) bellportal 01-10-2004, 05:12 PM If you mean positioning on a page layout, you could put it in a table. |