![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hi, I'm new to Dreamweaver, so I have a basic question WRT copying text. I tried to copy-paste some text from notepad into a layer (and tried it again with a table). It collapsed all instances of multiple white spaces (ie: 0x20 0x20 0x20 0x20 0x20 0x20 0x20) into just one space (ie: 0x20). Is there any way to preserve strings of spaces without having to search-replace all occurrences of the space character with   before copy-pasting it? Thanks in advance, - Sam - |
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hi, I'm new to Dreamweaver, so I have a basic question WRT copying text. I tried to copy-paste some text from notepad into a layer (and tried it again with a table). It collapsed all instances of multiple white spaces (ie: 0x20 0x20 0x20 0x20 0x20 0x20 0x20) into just one space (ie: 0x20). Is there any way to preserve strings of spaces without having to search-replace all occurrences of the space character with   before copy-pasting it? Thanks in advance, - Sam - |
#4
| |||
| |||
|
|
On Sat, 06 Nov 2004 09:14:15 -0600, Sam <wylburNOSPAM (AT) ev1 (DOT) net> graced us with his/her considerable wisdom and wrote: Hi, I'm new to Dreamweaver, so I have a basic question WRT copying text. I tried to copy-paste some text from notepad into a layer (and tried it again with a table). It collapsed all instances of multiple white spaces (ie: 0x20 0x20 0x20 0x20 0x20 0x20 0x20) into just one space (ie: 0x20). Is there any way to preserve strings of spaces without having to search-replace all occurrences of the space character with   before copy-pasting it? Thanks in advance, - Sam - A better question: How do I modify the way Dreamweaver interprets and formats pasted text? Another Thanks, - Sam - |
#5
| |||
| |||
|
|
html collapses whitespace in the code- if they were really blank spaces that you pasted, only the first one is seen- the rest are ignored when the page is rendered. (unless the <pre> preformatted tag is used. but that's ugly) Using blank spaces for positioning isn't the greatest- investigate using Layers or Tables or anything else instead. For when you do need consecutive blank spaces, use the html character entity for a blank space dreamweaver menu->insert->special characters->non-breaking space or, change the Preferences General prefs, allow consecutive blank spaces. |
#6
| |||
| |||
|
|
I'm not sure I understand why you ised spaces, but I do know that it is best not to use spaces for positioning anything. Eleanor |
#7
| |||
| |||
|
|
Exactly why? |
![]() |
| Thread Tools | |
| Display Modes | |
| |