98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Dreamweaver Training and help » course.dreamweaver - Line/Text spacing
course.dreamweaver - Line/Text spacing
Resolved · Low Priority · Version Standard
Stephen has attended:
Project Intro Intermediate course
Dreamweaver 8 Introduction course
Dreamweaver 8 Intermediate course
Line/Text spacing
When hitting return key after typing text within a layer it jumps a line leaving a gap between two lines of text ?
What keys do I need to press if possible to stop this gap/spacing occurring.
Dreamweaver and HTML Line/Text spacing
Hi Stephen
When you are in design view in Dreamweaver and press the return key, this automatically assumes that you are starting a new paragraph and creates new paragraph tags in the html <p></p>.
To get around this, if you go into design and code view, you can click within the design view of Dreamweaver the text that has gone into the new paragraph and then within the code view you can remove the paragraph tags and place the text with the closing paragraph tag of the previous paragraph. The closing paragraph tag is </p>
Hope this helps
David
RE: Line/Text spacing
Stephen,
In Dreamweaver,
for a paragraph break <p></p> press Enter.
for a line break <br> hold Shift and press Enter.
Rich
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Dreamweaver tip:Quick Tag EditorIf you want to quickly access your HTMl tag while in design view, highlight your item on a page and press Ctrl+T |