Is there any way to default the designer so that when I press return at the
end of a line, it will single space <br> instead of double space <p>? For
example, I'm using "bulleted" lines. When I press return, paragraphs it
down...I have to go into the code and remove all the <p> tags and put in
<br> tags.

RE: Help with FP 2003 by MSmithFrontPageForms

MSmithFrontPageForms
Sat Jun 19 02:51:02 CDT 2004

Hi Terry,

Shift+Enter should work for you.

Mike Smith,

http://FrontPageForms.com
FrontPage Form Tutorials
& Form Script Examples
----------------------------------------



"Terry Olsen" wrote:

> Is there any way to default the designer so that when I press return at the
> end of a line, it will single space <br> instead of double space <p>? For
> example, I'm using "bulleted" lines. When I press return, paragraphs it
> down...I have to go into the code and remove all the <p> tags and put in
> <br> tags.
>
>
>
>

re: Help with FP 2003 by Jim

Jim
Sat Jun 19 10:17:03 CDT 2004

No, but the following CSS rule will eliminate the spacing
before and after a normal paragraph.

p {margin: 0; }

You would put this between <style> and </style> tags in
the <head> section of your page or in a linked style
sheet file.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------


>-----Original Message-----
>Is there any way to default the designer so that when I
press return at the
>end of a line, it will single space <br> instead of
double space <p>? For
>example, I'm using "bulleted" lines. When I press
return, paragraphs it
>down...I have to go into the code and remove all the <p>
tags and put in
><br> tags.
>
>
>
>.
>