Frontpage 2K Text NOT Wrapping....

R

RedFaction

Hi All! Using Frontpage 2000 and my text will not wrap at the end of the
page....it just keeps running and running on to the right. I can't find any
reference to this problem. I've uninstalled and reinstalled and it still
does it. Sounds like it may be related to the registry somehow...please
help!!!!
 
I

Idalia

it does the same in FP2002 as well.....................either use a text box
or use your enter key no other choice
 
S

somebody

RedFaction said:
Hi All! Using Frontpage 2000 and my text will not wrap at the end of the
page....it just keeps running and running on to the right. I can't find any
reference to this problem. I've uninstalled and reinstalled and it still
does it. Sounds like it may be related to the registry somehow...please
help!!!!

Nothing to do with FP - this is HTML specification. Text will run
unless coded to do otherwise:
- create a table/table cell and create the text within it
- hit "Shift-Enter" to go to the next line without inserting a blank
line (break)
- hit "Enter" to end the line and insert a blank line (paragraph)

It might be useful to do this and then look at the resulting code.
Here is a link to get you started:
http://www.helical-library.net/desk/hg_breaks.html

Note that if text not formatted with any of the above is displayed in
a browser, it will break automatically adjusts to the width of the
browser window - until it his a hard stop: table, image or word.
However, this will usually result in a non-intended layout of the
page.

Roger
 
Top