Can you remove automatic line breaks when you press enter?

G

Guest

Hi,

With the automatic line breaks in frontpage, how do you disable them. I know
you can press ctrl+enter and it willl do a normal space, but it is DRIVING ME
CRAZY!!!!.

Can someone please tell me how to disable it.

Thanks,
Cobby
 
M

Murray

Use CSS to control the top/bottom margins on your paragraphs -

p { margin-top:0; margin-bottom:0; }

(this in an embedded or linked stylesheet)

The CSS rule above will give you contiguous paragraph lines as if there were
no paragraphs at all.
 
S

Stefan B Rusynko

See Murray's post for a workaround
But you need to understand it has nothing to do w/ FP or an other Html editor
- it is the way Html is designed to use valid container tags (<p> tags) for content separation

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Hi,
|
| With the automatic line breaks in frontpage, how do you disable them. I know
| you can press ctrl+enter and it willl do a normal space, but it is DRIVING ME
| CRAZY!!!!.
|
| Can someone please tell me how to disable it.
|
| Thanks,
| Cobby
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top