1. Computing

Discuss in my forum

How to Add a Single Line Break in Dreamweaver Design View

By , About.com Guide

When you're adding text in a Web page, the Web browser will display the text as a long line until it reaches the edge of the browser window or container element. Then the text will wrap to the next line. When you hit the [ENTER] key in Dreamweaver, the current paragraph is cloased and a new paragraph starts.

But sometimes you don't want a new paragraph to begin. That's when you would add the <br /> tag in HTML. But you can add a line break in Dreamweaver without resorting to code view.

It's easy to add a line break in Dreamweaver design view:

  1. Place your cursor where you want the new line to start.
  2. Hold down the shift key and press [ENTER].

©2013 About.com. All rights reserved.