dreamweaver-london - format
The UK's Number 1 for Microsoft Office Training Add this page to your favourites/bookmarksBookmark page
 
View printable version of pagePrintable version
Plus One Google
Customer: Sign in
Delegate: Sign in
Trainer: Log in

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

dreamweaver-london - Format

resolvedResolved · Low Priority · Version Standard

replyReply Mon 23 Jul 2007, 15:56Delegate Claire said...

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

Format

How to change the line spacing between paragraphs?

For upcoming training course dates see: Pricing & availability

replyReply Tue 24 Jul 2007, 12:46Trainer Rich said...

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:
http://www.microsofttraining.net/post-1955-linetext-spacing.html

I hope this helps.

Regards, Rich

 

Dreamweaver tip:

JumpMenu in new window

When inserting a jumpmenu to a page, the only option available for 'open in' is usually 'main window'. There would be other options available if the page was a frameset.

To change the jumpmenu to open in a new window, change the target parameter of the selectbox in your code to 'window.open()'.

eg.
<select name="menu1" onChange="MM_jumpMenu('window.open()',this,0)">


source:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16166&sliceId=1

View all Dreamweaver hints and tips


Microsoft Certified Partner Accredited Training Provider: Institute of IT Training Institute of Leadership and Management - Certified Courses Security Seal verified by visa, mastercard securecard