Dreamweaver WONT let me have Spaces in text .... ??

Discussion in 'HTML & Website Design' started by eyes2005, Feb 16, 2006.

  1. #1
    I've just learnt invisible Text gets you banned.....

    I have included quite alot of invisible text on my website....

    See the invisible text here......

    http://www.creditraising.com

    Then....SELECT ALL the Text on the page(PRESS Ctrl + A), and VIEW
    ==> you will see where I have used invisible text,,,,,

    But I had to, i had to get those invisible spaces didn't I ? dreamweaver makes it hard to make invisible spaces.... so i made some invisible text words....
     
    eyes2005, Feb 16, 2006 IP
  2. kaptain

    kaptain Peon

    Messages:
    194
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you can get those spaces with <br/>
     
    kaptain, Feb 16, 2006 IP
  3. eyes2005

    eyes2005 Well-Known Member

    Messages:
    383
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    108
    #3
    Kaptain, that is just making me go to the Next Line....... Not providing the facility to have a Space....
     
    eyes2005, Feb 16, 2006 IP
  4. eyes2005

    eyes2005 Well-Known Member

    Messages:
    383
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    108
    #4
    I make websites and the sentences require Sentences inside them......

    eg

    Hello how are you I am Fine.



    But using Dreamweaver I CANT GET SPACES, it just lets me space 1 charecter, and thats it..... why cant i get many like word allows ? etc?
     
    eyes2005, Feb 16, 2006 IP
  5. Smyrl

    Smyrl Tomato Republic Staff

    Messages:
    13,740
    Likes Received:
    1,702
    Best Answers:
    78
    Trophy Points:
    510
    #5
    Can you hand code the extra &nbsp; in the dreamweaver code?

    Shannon
     
    Smyrl, Feb 16, 2006 IP
    mcfox likes this.
  6. elkiwi

    elkiwi Active Member

    Messages:
    536
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    68
    #6
    Use a table or:

    Hello&nbsp;&nbsp;&nbsp;&nbsp;etc
    Code (markup):
    HTML is not Word thank goodness.
     
    elkiwi, Feb 16, 2006 IP
  7. Dekker

    Dekker Peon

    Messages:
    4,185
    Likes Received:
    287
    Best Answers:
    0
    Trophy Points:
    0
    #7
    because it's not proper, you should be using CSS for text spacing, alignment, and positioning

    but you can always as Shannon said use the special character
     
    Dekker, Feb 16, 2006 IP
  8. cyclelicious

    cyclelicious Peon

    Messages:
    34
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    BR (line break) tag, or style for increased spacing. I don't see Google penalizing you for your text, though -- it's not exactly if "0" is a valuable keyword.

    You'll want to look at your page in Firefox -- the photo of "Jackie Watkins" is floating right on top of the text.

    RFM
     
    cyclelicious, Feb 16, 2006 IP
  9. SiteExpress

    SiteExpress Well-Known Member

    Messages:
    1,355
    Likes Received:
    153
    Best Answers:
    0
    Trophy Points:
    155
    #9
    If you are using the design view feature of DW, it does allow spaces, just like any text editor, and it places the html for the space in the code. If you are using code view, you have to insert the html for space into it, as just using the space bar is not proper html
     
    SiteExpress, Feb 16, 2006 IP
  10. eyes2005

    eyes2005 Well-Known Member

    Messages:
    383
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    108
    #10
    To get the SPACEBARS I have cheated......
    I have included quite alot of invisible text on my website....

    See the invisible text here......

    http://www.creditraising.com

    Then....SELECT ALL the Text on the page(PRESS Ctrl + A), and VIEW
    ==> you will see where I have used invisible text,,,,,

    Should I use this Code instead ??

    Hello&nbsp;&nbsp;&nbsp;&nbsp;etc

    with &nbsp; as a space ??
     
    eyes2005, Feb 16, 2006 IP
  11. elkiwi

    elkiwi Active Member

    Messages:
    536
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    68
    #11
    http://www.w3.org and http://www.w3schools.com is all I have to say.
     
    elkiwi, Feb 16, 2006 IP
  12. Dekker

    Dekker Peon

    Messages:
    4,185
    Likes Received:
    287
    Best Answers:
    0
    Trophy Points:
    0
    #12
    oy vay jackie....
     
    Dekker, Feb 16, 2006 IP
  13. narsticle

    narsticle Peon

    Messages:
    1,679
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #13
    there are other ways to create spaces.

     
    narsticle, Feb 16, 2006 IP
  14. Rage

    Rage Well-Known Member

    Messages:
    3,062
    Likes Received:
    122
    Best Answers:
    0
    Trophy Points:
    190
    #14
    oh man that so easy.... do this...

    1st open DW then...

    click Edit = Prefrence = Check " allow multipal consective spaces "

    problem solved :) enjoy
     
    Rage, Feb 16, 2006 IP
  15. Dekker

    Dekker Peon

    Messages:
    4,185
    Likes Received:
    287
    Best Answers:
    0
    Trophy Points:
    0
    #15
    you've already got another thread about this :p
     
    Dekker, Feb 16, 2006 IP
  16. danzor

    danzor Peon

    Messages:
    208
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #16
    you can wrap the text inside <pre> tags, ie <pre>hello how are you</pre> and it will show up exactly as you type it.
     
    danzor, Feb 16, 2006 IP
  17. Notch

    Notch Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Conversely CTRL-SHIFT-SPACE inserts the &nbsp; code in design view
     
    Notch, Feb 16, 2006 IP
  18. Homer

    Homer Spirit Walker

    Messages:
    2,396
    Likes Received:
    150
    Best Answers:
    0
    Trophy Points:
    0
    #18
    BINGO!

    Also, if you are comfy with DW you should also get used to 'split screen' (code and design) so you can quickly edit code if need be.

    I love DW, the only draw back is the more you use it the weaker your coding skills get, that's why I like split screen :cool:.
     
    Homer, Feb 16, 2006 IP
  19. Brad Callen

    Brad Callen Peon

    Messages:
    854
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    0
    #19
    Thats a pretty poor excuse for invisible text. The correct coding for adding spaces into any client including dreamweaver is

    Place that in your html code view, and then just copy paste it by however many times you want a space. This is presuming that you can't space it in the design view

    However I do have a question that perhaps someone here has had personal experience with.

    If you have A table which has say a blue background. And your text is white over that blue background. The main background of your page is just plain white.

    Is google smart enough to pick up that the text is not invisible?

    Has anyone else had any problems with this?

    Brad
     
    Brad Callen, Feb 16, 2006 IP
  20. Dekker

    Dekker Peon

    Messages:
    4,185
    Likes Received:
    287
    Best Answers:
    0
    Trophy Points:
    0
    #20
    i actually only use dreamweaver for the preview, much easier than saving and reloading
     
    Dekker, Feb 16, 2006 IP