Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

dreamweaver-london - format

Forum home » Delegate support and help forum » Dreamweaver Training and help » dreamweaver-london - Format

dreamweaver-london - Format

ResolvedVersion Standard

Claire has attended:
Dreamweaver 8 Introduction course
Dreamweaver 8 Intermediate course

Format

How to change the line spacing between paragraphs?

RE: Format - line spacing between paragraphs

Hi Claire,

I would use CSS to do this.

One piece of code you could use would be similar to this:
CSS:
.bigspace {
margin-top: 30px;
}

HTML:
<P class="bigspace">There will be lots of space above</P>

The above shows you can apply the large spacing to paragraphs you choose. To apply the spacing to ALL paragraphs on your page, you can redefine the paragraph tag like this:
CSS:
p {
margin-top: 30px;
}

Of course, adjust the amount of pixels (px) as you see fit. You may also want to use a different measurement such as % or em.

See this forum post also, discusses the different between <BR> and <P> tags:
https://www.stl-training.co.uk/post-1955-linetext-spacing.html

I hope this helps.

Regards, Rich

 

Training courses

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
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.

Dreamweaver tip:

Css styles

If you are looking for a CSS style for your website / web page and not sure what you want to use, then go to the Csszengarden website, where you can download samples to try.

View all Dreamweaver hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.09 secs.