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

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

  1. Melissa

    Melissa Guest

    Messages:
    163
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #21
    I would think they can differentiate between the issue you described and some one trying to hide keywords within the site. If they can understand invisible text for copyright protection, custom language delivery, and IP based delivery for broadband users then they must understand tables, right?
     
    Melissa, Feb 16, 2006 IP
  2. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #22
    The thing with invisible text is that you won't get banned from google for having it.

    Google have simply made their algorithm smart enough to spot invisible text and ignore it. Therefore adding invisible text is pointless.
     
    mad4, Feb 17, 2006 IP
  3. stuw

    stuw Peon

    Messages:
    702
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #23
    at the moment google doesn't penalise you for using
    display:none

    Which is good. I use it on some of my sites to add accessability.
    eg
    on a long list of links in the navigation I will add 'you are here' and use display none to hide it. People using screen readers, which ignore css and visual cues will be told the link that links to the page they are on. It helps keep things in context for them - and is a recommended technique
     
    stuw, Feb 17, 2006 IP
  4. Greg-J

    Greg-J I humbly return to you.

    Messages:
    1,844
    Likes Received:
    153
    Best Answers:
    0
    Trophy Points:
    135
    #24
    You can get whitespace many different ways. spans with padding, blank gifs or using
     
    HTML:
    . There's no reason to use that as an excuse.
     
    Greg-J, Feb 17, 2006 IP
  5. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #25
    CSS provides spacing control. The use of   and br and whatever, for that purpose, is unprofessional.

    Use letter-spacing to control the space between letters, word-spacing to control the space between words, line-height to control the space between lines, and margin to control the space between paragraphs. You may also use padding as required.

    cheers,

    gary
     
    kk5st, Feb 17, 2006 IP
  6. cyclelicious

    cyclelicious Peon

    Messages:
    34
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #26
    They may not ban you completely, but they may penalize your site.

    RFM
     
    cyclelicious, Feb 17, 2006 IP
  7. redz

    redz Well-Known Member

    Messages:
    3,095
    Likes Received:
    114
    Best Answers:
    0
    Trophy Points:
    105
    #27
    tnx guys, i didnt know how to do this either cause dreamweaver only allows one space.
     
    redz, Feb 20, 2006 IP
  8. papercow

    papercow Peon

    Messages:
    67
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #28
    Pressing "CTRL + SHIFT + SPACE" allows you to add as many space as you want in dreamweaver.
     
    papercow, Feb 20, 2006 IP