PC Review


Reply
Thread Tools Rate Thread

condensing the space between lines

 
 
=?Utf-8?B?Q2hyaXNq?=
Guest
Posts: n/a
 
      5th Jun 2004
How do I condense the space between lines of text? I can see character spacing features, but I don't see line spacing feature controls. I look forward to your help.
 
Reply With Quote
 
 
 
 
=?Utf-8?B?d3A=?=
Guest
Posts: n/a
 
      5th Jun 2004
Shift/Enter will give you a single new line
Enter alone will give you a paragraph break (double line)
 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      5th Jun 2004
Use ENTER for a paragraph return and SHIFT+ENTER for single line return

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Chrisj" <(E-Mail Removed)> wrote in message
news:69AF5605-F4F5-4F52-AA91-(E-Mail Removed)...
> How do I condense the space between lines of text? I can see character spacing features, but I

don't see line spacing feature controls. I look forward to your help.


 
Reply With Quote
 
Tom Pepper Willett
Guest
Posts: n/a
 
      5th Jun 2004
Shift + Enter instead of just Enter
--
=====================================================
Tom Pepper Willett [Microsoft MVP - FrontPage]
----------------------------------------------------------------------------
-------------------
Microsoft FrontPage:
http://www.microsoft.com/office/fron...o/default.mspx
http://msdn.microsoft.com/office/und...ing/frontpage/
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
=====================================================
"Chrisj" <(E-Mail Removed)> wrote in message
news:69AF5605-F4F5-4F52-AA91-(E-Mail Removed)...
| How do I condense the space between lines of text? I can see character
spacing features, but I don't see line spacing feature controls. I look
forward to your help.


 
Reply With Quote
 
=?Utf-8?B?Y2hyaXNq?=
Guest
Posts: n/a
 
      6th Jun 2004
I have used shift/enter to not leave a space between lines of text. My questions is, is there any way to codense the space between the lines more?
 
Reply With Quote
 
=?iso-8859-1?Q?Crash_Gordon=AE?=
Guest
Posts: n/a
 
      7th Jun 2004
no.

what are you trying to do? If we know what kind of effect you are trying to achieve maybe we can make some suggestions.

are you trying to overlap text? If so, the best way would be to create a graphic in a image editor. (just guessing at what you may be trying to do).

r.


"chrisj" <(E-Mail Removed)> wrote in message news:5993900F-6657-4C93-B14F-(E-Mail Removed)...
| I have used shift/enter to not leave a space between lines of text. My questions is, is there any way to codense the space between the lines more?
 
Reply With Quote
 
Earl Kiosterud
Guest
Posts: n/a
 
      25th Jun 2004
Chrisj,

I was going to ask a similar question, but I'll jump in here. Use Format -
Paragraph, and if you see blank boxes for "space before" and "space after,"
it will single-space your paragraphs.

My problem is that if I use the indent toolbar button on one paragraph and
not another, I get double-spacing between the paragraphs no matter what I
do. Using Shift-Enter doesn't seem to be the solution, because it doesn't
start a new paragraph, so the indenting can't be separately controlled.
What do to, what to do?

I'm just starting to use FrontPage, and it seems to be a bit cantankerous.

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

"Chrisj" <(E-Mail Removed)> wrote in message
news:69AF5605-F4F5-4F52-AA91-(E-Mail Removed)...
> How do I condense the space between lines of text? I can see character

spacing features, but I don't see line spacing feature controls. I look
forward to your help.


 
Reply With Quote
 
JPKarlsen [FP MVP]
Guest
Posts: n/a
 
      25th Jun 2004
The <p> (for paragraph) tag is a bloklevel tag and by default in HTML there is some space between them. You can however use CSS to adjust this space to your liking.

When you use Indent, FP places <blockquote> tags around it and since this is also a bloklevel tag it has no effect that you apply CSS to the <p> tag to remove the space as you discovered. You have two possibilities:


Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.


nntp://msnews.microsoft.com/microsoft.public.frontpage.client/<#(E-Mail Removed)>

Chrisj,

I was going to ask a similar question, but I'll jump in here. Use Format -
Paragraph, and if you see blank boxes for "space before" and "space after,"
it will single-space your paragraphs.

My problem is that if I use the indent toolbar button on one paragraph and
not another, I get double-spacing between the paragraphs no matter what I
do. Using Shift-Enter doesn't seem to be the solution, because it doesn't
start a new paragraph, so the indenting can't be separately controlled.
What do to, what to do?

I'm just starting to use FrontPage, and it seems to be a bit cantankerous.

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

"Chrisj" <(E-Mail Removed)> wrote in message
news:69AF5605-F4F5-4F52-AA91-(E-Mail Removed)...
> How do I condense the space between lines of text? I can see character

spacing features, but I don't see line spacing feature controls. I look
forward to your help.



[microsoft.public.frontpage.client]
 
Reply With Quote
 
JPKarlsen [FP MVP]
Guest
Posts: n/a
 
      25th Jun 2004
Ups. Posted too soon.

The <p> (for paragraph) tag is a bloklevel tag and by default in HTML there is some space between them. You can however use CSS to adjust this space to your liking.

When you use Indent, FP places <blockquote> tags around it and since this is also a bloklevel tag it has no effect that you apply CSS to the <p> tag to remove the space as you discovered. You have two possibilities:
1. You can apply CSS to the <blockquote> tag to remove the space. Or


nntp://msnews.microsoft.com/microsoft.public.frontpage.client/<#(E-Mail Removed)>

Chrisj,

I was going to ask a similar question, but I'll jump in here. Use Format -
Paragraph, and if you see blank boxes for "space before" and "space after,"
it will single-space your paragraphs.

My problem is that if I use the indent toolbar button on one paragraph and
not another, I get double-spacing between the paragraphs no matter what I
do. Using Shift-Enter doesn't seem to be the solution, because it doesn't
start a new paragraph, so the indenting can't be separately controlled.
What do to, what to do?

I'm just starting to use FrontPage, and it seems to be a bit cantankerous.

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

"Chrisj" <(E-Mail Removed)> wrote in message
news:69AF5605-F4F5-4F52-AA91-(E-Mail Removed)...
> How do I condense the space between lines of text? I can see character

spacing features, but I don't see line spacing feature controls. I look
forward to your help.



[microsoft.public.frontpage.client]
 
Reply With Quote
 
JPKarlsen [FP MVP]
Guest
Posts: n/a
 
      25th Jun 2004
Not again!

2. You can use CSS to create the indent of the paragraph instead (preferred).


Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.


nntp://msnews.microsoft.com/microsoft.public.frontpage.client/<#(E-Mail Removed)>

Chrisj,

I was going to ask a similar question, but I'll jump in here. Use Format -
Paragraph, and if you see blank boxes for "space before" and "space after,"
it will single-space your paragraphs.

My problem is that if I use the indent toolbar button on one paragraph and
not another, I get double-spacing between the paragraphs no matter what I
do. Using Shift-Enter doesn't seem to be the solution, because it doesn't
start a new paragraph, so the indenting can't be separately controlled.
What do to, what to do?

I'm just starting to use FrontPage, and it seems to be a bit cantankerous.

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

"Chrisj" <(E-Mail Removed)> wrote in message
news:69AF5605-F4F5-4F52-AA91-(E-Mail Removed)...
> How do I condense the space between lines of text? I can see character

spacing features, but I don't see line spacing feature controls. I look
forward to your help.



[microsoft.public.frontpage.client]
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
too much space between lines in a list (single space for page setu =?Utf-8?B?MDFhbm5l?= Microsoft Word Document Management 2 25th Apr 2007 09:00 PM
Go from single space to double space lines on a WORD doc =?Utf-8?B?QXJ0aHVy?= Microsoft Word Document Management 1 13th Aug 2006 08:09 PM
Condensing Imported fixed-width text with multiple data lines to one Excel row kwstroud@aol.com Microsoft Excel Misc 1 5th Aug 2006 04:04 AM
space between lines paroak Microsoft Word New Users 0 24th Feb 2004 04:00 PM
space between lines paroak Microsoft Word New Users 1 24th Feb 2004 03:08 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:28 AM.