paste tool not there when I need it

B

Beemer Biker

I am pasteing courier text from notepad (or wordpad) into a table on an html
page. The spaces are being converted to a single space. This ruins my
ascii artwork. There is supposed to be a paste tool. I see it show up when
useing wordpad, when using notepad as a source it is not there.
Irregardless, the spaces are converted to a single space even if "preserve
source format" is selected. "text only" generates the exact same thing, no
different than "preserve source format" or whatever. When I finally get my
html page assembled, I would like people to be able to select the text (in
the table cell) and drop it into their text application and not have to go
thru the same problem I am having. AFAICT there are no tabs in the ascii
text I am working with and I put it into notepad, put in some spaces to make
sure, then copied and pasted back out of notepad. Didnt make a difference.

....thanks in advance...


--
=======================================================================
Beemer Biker (e-mail address removed)
http://TipsForTheComputingImpaired.com
http://ResearchRiders.org Ask about my 99'R1100RT
=======================================================================
 
T

Thomas A. Rowe

That is a general HTML issue, if you enter two space, the second one is ignored.

In FP, if you insert two spaces, and then switch to HTML/Code View, you will see that one of the
spaces is change to a  

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
B

Beemer Biker

Thomas A. Rowe said:
That is a general HTML issue, if you enter two space, the second one is ignored.

In FP, if you insert two spaces, and then switch to HTML/Code View,
you will see that one of the spaces is change to a  
....thanks..
Unfortunately, this..
+-------------------------+
| 4 5 |
| 3 6 |
| 2 7 |
| 1 8 |
| 0 o 9 |
| -1 / |
| -2 / |
| -3 / |
+-------------------------+
| Troll-O-Meter |
'-------------------------'

gets turned into this...

+-------------------------+
| 4 5 |
| 3 6 |
| 2 7 |
| 1 8 |
| 0 o 9 |
| -1 / |
| -2 / |
| -3 / |
+-------------------------+
| Troll-O-Meter |
'-------------------------'

And make my ToolTipsForTrolls form
difficult to assemble.


--
=====================================================
Beemer Biker (e-mail address removed)
http://TipsForTheComputingImpaired.com
http://ResearchRiders.org Ask about my 99'R1100RT
=====================================================
 
M

Mike Mueller

Then copy and paste this into nodepad, and then copy and
paste from notepad tp FP code view:

<p>+-------------------------+<br>
|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4&nbsp;
5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
|<br>
|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
|&nbsp;&nbsp;&nbsp;
2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
7&nbsp;&nbsp;&nbsp;&nbsp; |<br>
|&nbsp;
1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
8&nbsp;&nbsp; |<br>
| 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
o&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
9&nbsp; |<br>
| -1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
|<br>
|&nbsp;&nbsp; -2&nbsp;&nbsp;&nbsp;&nbsp;
/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
|<br>
|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -3
/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
|<br>
+-------------------------+<br>
|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Troll-O-Meter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
'-------------------------'</p>



Beemer Biker wrote:
: :: That is a general HTML issue, if you enter two space,
:: the second one is ignored.
::
:: In FP, if you insert two spaces, and then switch to
:: HTML/Code View,
:: you will see that one of the spaces is change to a
:: &nbsp;
::
: ...thanks..
: Unfortunately, this..
: +-------------------------+
:: 4 5 |
:: 3 6 |
:: 2 7 |
:: 1 8 |
:: 0 o 9 |
:: -1 / |
:: -2 / |
:: -3 / |
: +-------------------------+
:: Troll-O-Meter |
: '-------------------------'
:
: gets turned into this...
:
: +-------------------------+
:: 4 5 |
:: 3 6 |
:: 2 7 |
:: 1 8 |
:: 0 o 9 |
:: -1 / |
:: -2 / |
:: -3 / |
: +-------------------------+
:: Troll-O-Meter |
: '-------------------------'
:
: And make my ToolTipsForTrolls form
: difficult to assemble.
 
T

Thomas A. Rowe

Replace the spaces with &nbsp; or create it as a image.

When you use spaces, the size of the space is dependent on the font and font size on the machine
viewing the page.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Thomas A. Rowe said:
That is a general HTML issue, if you enter two space, the second one is ignored.

In FP, if you insert two spaces, and then switch to HTML/Code View,
you will see that one of the spaces is change to a &nbsp;
....thanks..
Unfortunately, this..
+-------------------------+
| 4 5 |
| 3 6 |
| 2 7 |
| 1 8 |
| 0 o 9 |
| -1 / |
| -2 / |
| -3 / |
+-------------------------+
| Troll-O-Meter |
'-------------------------'

gets turned into this...

+-------------------------+
| 4 5 |
| 3 6 |
| 2 7 |
| 1 8 |
| 0 o 9 |
| -1 / |
| -2 / |
| -3 / |
+-------------------------+
| Troll-O-Meter |
'-------------------------'

And make my ToolTipsForTrolls form
difficult to assemble.


--
=====================================================
Beemer Biker (e-mail address removed)
http://TipsForTheComputingImpaired.com
http://ResearchRiders.org Ask about my 99'R1100RT
=====================================================
 

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