Line spacing issues

W

wjg

How does one adjust line spacing in Frontpage? I can not find a way -
through the normal FP interface - or through the style menus to have a line
space of 1.25.

I must hand code it. And when doing that in an external style sheet, it
preview and prints correctly, but it is all jumbled up and not useable at all
in the design window. Its just garbage.

Is this another example of how MS treats css authoring (minimum or not at
all)?
 
J

Jens Peter Karlsen[FP MVP]

If you just wrote the size as 1.25, that is why it doesn't display
correctly in FP as it is illegal to do it like that. A unit must be
specified such as 1.25em.
To set it through the UI. Select Format | Style. Select P and click
modify. Click Format | Paragraph. Under line spacing select or enter
what you want.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
Top