HighDots Forums  

Space Bar Bug? Please Help!

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Space Bar Bug? Please Help! in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ben Walker
 
Posts: n/a

Default Re: Space Bar Bug? Please Help! - 08-23-2004 , 07:39 PM






use "nbsp;" instead of space.


"Psychofire777" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
My friend recently went on vacation, and he's letting me try making a site
with
Dreamweaver while he's gone (I'm using his PC). It's just a fun thing, not
gonna actually put it on the net or anything, but I will type a word, then
press space 4 or 5 times, and it only makes one actual space. For example,
I
want a distance of this much ( ) and I press the space bar
that
many times, but it still comes out to be ( ) no matter what. Any idea how
I can
fix this?




Reply With Quote
  #2  
Old   
Ben Walker
 
Posts: n/a

Default Re: Space Bar Bug? Please Help! - 08-23-2004 , 07:39 PM






I mean in the code view.

"Ben Walker" <bwalker (AT) telephoneland (DOT) com> wrote

Quote:
use "nbsp;" instead of space.


"Psychofire777" <webforumsuser (AT) macromedia (DOT) com> wrote in message
news:cgdv7t$ep$1 (AT) forums (DOT) macromedia.com...
My friend recently went on vacation, and he's letting me try making a
site
with
Dreamweaver while he's gone (I'm using his PC). It's just a fun thing,
not
gonna actually put it on the net or anything, but I will type a word,
then
press space 4 or 5 times, and it only makes one actual space. For
example,
I
want a distance of this much ( ) and I press the space bar
that
many times, but it still comes out to be ( ) no matter what. Any idea
how
I can
fix this?






Reply With Quote
  #3  
Old   
Psychofire777
 
Posts: n/a

Default Space Bar Bug? Please Help! - 08-23-2004 , 07:39 PM



My friend recently went on vacation, and he's letting me try making a site with
Dreamweaver while he's gone (I'm using his PC). It's just a fun thing, not
gonna actually put it on the net or anything, but I will type a word, then
press space 4 or 5 times, and it only makes one actual space. For example, I
want a distance of this much ( ) and I press the space bar that
many times, but it still comes out to be ( ) no matter what. Any idea how I can
fix this?


Reply With Quote
  #4  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Space Bar Bug? Please Help! - 08-23-2004 , 07:44 PM



Better use &nbsp;, but neither are a good idea, honestly.

Ctrl-space does the same, by the way.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Ben Walker" <bwalker (AT) telephoneland (DOT) com> wrote

Quote:
use "nbsp;" instead of space.


"Psychofire777" <webforumsuser (AT) macromedia (DOT) com> wrote in message
news:cgdv7t$ep$1 (AT) forums (DOT) macromedia.com...
My friend recently went on vacation, and he's letting me try making a
site
with
Dreamweaver while he's gone (I'm using his PC). It's just a fun thing,
not
gonna actually put it on the net or anything, but I will type a word,
then
press space 4 or 5 times, and it only makes one actual space. For
example,
I
want a distance of this much ( ) and I press the space bar
that
many times, but it still comes out to be ( ) no matter what. Any idea how
I can
fix this?






Reply With Quote
  #5  
Old   
DiMa *TMM*
 
Posts: n/a

Default Re: Space Bar Bug? Please Help! - 08-23-2004 , 07:49 PM



Psychofire777 <webforumsuser (AT) macromedia (DOT) com> wrote:
Quote:
My friend recently went on vacation, and he's letting me try making a
site with Dreamweaver while he's gone (I'm using his PC). It's just a
fun thing, not gonna actually put it on the net or anything, but I
will type a word, then press space 4 or 5 times, and it only makes
one actual space. For example, I want a distance of this much (
) and I press the space bar that many times, but it still comes out
to be ( ) no matter what. Any idea how I can fix this?
This is just how html works. Maybe you should read up on html before going
on this web adventure. www.w3schools.com is a great place to start.

Spaces are not spaces in html. Only one single "space" is allowed, so to
speak. Therefore, if you type in a bunch of spaces in code view, only one
space will show up in design view. Using spaces (w/ the spacebar) is a very
very bad way to position things and shouldn't be done. Read DW's help files
about CSS and learn about margins and padding. This is how things should be
spaced.

That said, if you need an extra space somewhere (like in an empty cell or
something), then you do as Ben said and make a non-breaking space &nbsp; To
do this in design view, hit ctrl+shift+spacebar. But as I said, this is not
the way to position things w/ html.

--
--
--
DiMa
Team Macromedia Member for Dreamweaver MX
--------------------
WEB FORUM USERS: Please log on to the Newsgroup for quicker replies to
your posts: news://forums.macromedia.com/macromedia.dreamweaver
For Answers, check here first:
http://groups.google.com/advanced_group_search?q=+group:macromedia.dreamwea ver
http://www.macromedia.com/support/dreamweaver/technotes.html
http://www.projectseven.com/faqbase
http://dwfaq.com

http://www.macromedia.com/support/forums/etiquette.htm

www dot flyingtigerwebdesign dot com




Reply With Quote
  #6  
Old   
ZhongQiang
 
Posts: n/a

Default Re: Space Bar Bug? Please Help! - 08-23-2004 , 07:53 PM



Hi, there's no way you could fix this. Cos no matter how many spaced you type
in HTML, it would just take it as one space unless you use the <pre> tag.
However, if you are serious in getting those spaces in, you could go to the
code inspector to type in the html command "&nbsp;" without the quotes, where
one representing a space.

Originally posted by: Psychofire777
My friend recently went on vacation, and he's letting me try making a site
with Dreamweaver while he's gone (I'm using his PC). It's just a fun thing, not
gonna actually put it on the net or anything, but I will type a word, then
press space 4 or 5 times, and it only makes one actual space. For example, I
want a distance of this much ( ) and I press the space bar that
many times, but it still comes out to be ( ) no matter what. Any idea how I can
fix this?




Reply With Quote
  #7  
Old   
Psychofire777
 
Posts: n/a

Default Re: Space Bar Bug? Please Help! - 08-23-2004 , 07:55 PM



Well I'm using design mode, not code, and it can't log more than once space in a row.

Reply With Quote
  #8  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Space Bar Bug? Please Help! - 08-23-2004 , 08:05 PM



Or press ctrl-space.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Ben Walker" <bwalker (AT) telephoneland (DOT) com> wrote

Quote:
Well... click code.

"Psychofire777" <webforumsuser (AT) macromedia (DOT) com> wrote in message
news:cge062$153$1 (AT) forums (DOT) macromedia.com...
Well I'm using design mode, not code, and it can't log more than once
space in a row.





Reply With Quote
  #9  
Old   
ZhongQiang
 
Posts: n/a

Default Re: Space Bar Bug? Please Help! - 08-23-2004 , 08:06 PM



Two ways you could do so.. in the following links.

--Solution 1
http://www.darrenix.com/dw/001.gif
http://www.darrenix.com/dw/002.gif
Quote:
and enter the text and spaces all you would like to see as you type.
--Solution 2
http://www.darrenix.com/dw/003.gif
http://www.darrenix.com/dw/004.gif


Originally posted by: Psychofire777
Well I'm using design mode, not code, and it can't log more than once space in
a row.





Reply With Quote
  #10  
Old   
DiMa *TMM*
 
Posts: n/a

Default Re: Space Bar Bug? Please Help! - 08-23-2004 , 08:07 PM



Murray *TMM* <forums (AT) HAHAgreat-web-sights (DOT) com> wrote:
Quote:
Or press ctrl-space.
ctrl+shift+space.
--
--
--
DiMa
Team Macromedia Member for Dreamweaver MX
--------------------
WEB FORUM USERS: Please log on to the Newsgroup for quicker replies to
your posts: news://forums.macromedia.com/macromedia.dreamweaver
For Answers, check here first:
http://groups.google.com/advanced_group_search?q=+group:macromedia.dreamwea ver
http://www.macromedia.com/support/dreamweaver/technotes.html
http://www.projectseven.com/faqbase
http://dwfaq.com

http://www.macromedia.com/support/forums/etiquette.htm

www dot flyingtigerwebdesign dot com




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.