How to Draw Lines in Dreamweaver
The <hr /> HTML tag draws a horizontal line across a Web page. Use these lines to separate different elements on the page; you could, for example, separate the page's title from the body text using a horizontal line. Because Adobe's Dreamweaver Web development program includes a graphical interface for designing Web page layouts, you can draw a horizontal line across a page that you created in Dreamweaver without even looking at the underlying HTML code.
Instructions
-
-
1
Launch Dreamweaver. Click "HTML" to create a new document, or click "Open" and double-click an existing document to open it.
-
2
Click at the point in the document at which you want to draw the first line.
-
-
3
Click the "Insert" menu and select "HTML."
-
4
Click "Horizontal Rule." Dreamweaver draws a line at the specified position.
-
5
Repeat the process for any other lines you want to add to the document.
-
1
Tips & Warnings
Dreamweaver cannot draw vertical lines. To add a vertical line to an HTML document, draw it in a graphics program, then save it as an image and import it into Dreamweaver.