Displaying files created in Notepad

N

NewKidontheBlock

I have set up an instruction file in my website using Notepad. In Notepad it
displays as it should do, ie word wrapped, but on the web it displays each
paragraph as one long line
 
M

Mike Mueller

URL?


"NewKidontheBlock"
message
:I have set up an instruction file in my website using
Notepad. In Notepad it
: displays as it should do, ie word wrapped, but on the web
it displays each
: paragraph as one long line
: --
: Kind regards
:
: Tony
 
N

NewKidontheBlock

Mike

Sorry to be somewhat obstructive but due to the nature of the site (and the
fact that it is password protected) I would prefer not to release this
information.

Are you able to help without access to the site?
 
M

Murray

You could enter explicit line breaks into the Notepad file, e.g.,

Sorry to be somewhat obstructive but due to the nature <br>of the site (and
the
fact that it is password protected) <br>I would prefer not to release this
information.

or you could just wrap with a paragraph, again explicitly, e.g.,

<p>Sorry to be somewhat obstructive but due to the nature of the site (and
the
fact that it is password protected) I would prefer not to release this
information.</p>
 
M

Mike Mueller

Understandable..

What I would do is to >Select All >Copy in notepad and then
in FP >Paste. If it does not wrap correctly then insert
some <BR>s in code view or use shift-enter in design view

Mike


"NewKidontheBlock"
message
: Mike
:
: Sorry to be somewhat obstructive but due to the nature of
the site (and the
: fact that it is password protected) I would prefer not to
release this
: information.
:
: Are you able to help without access to the site?
:
: "Mike Mueller" wrote:
:
: > URL?
: >
: >
: > "NewKidontheBlock"
: > message
: >
: > :I have set up an instruction file in my website using
: > Notepad. In Notepad it
: > : displays as it should do, ie word wrapped, but on the
web
: > it displays each
: > : paragraph as one long line
: > : --
: > : Kind regards
: > :
: > : Tony
: >
: >
: >
 
Top