Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: spacing help  (Read 3281 times)

0 Members and 1 Guest are viewing this topic.

nymph4

    Topic Starter


    Specialist

    spacing help
    « on: October 19, 2010, 02:47:50 PM »
    I know if I want more then 1. space between words I have to do it with code like so

    Dark &bnsp; Poems

    And if I want to ad say 5. spaces I do this code 5. times.
    But is there an easyer way with  CSS  or is it the same this?

    I know with CSS you can setup how you want all the text to space and look. But I just want to know how you would do this off and on with text that you want?

    kpac

    • Web moderator
    • Moderator


    • Hacker

    • kpac®
    • Thanked: 184
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: spacing help
    « Reply #1 on: October 19, 2010, 02:56:36 PM »

    nymph4

      Topic Starter


      Specialist

      Re: spacing help
      « Reply #2 on: October 19, 2010, 05:56:39 PM »
      I see it goes like this
      p
      {
      word-spacing:30px;
      }

      can I not do this right beor th word

      <p>
      word-spacing:30px;
      </p>

      Dark Poem

      reddevilggg



        Expert

        Thanked: 69
      • Experience: Beginner
      • OS: Windows 7
      Re: spacing help
      « Reply #3 on: October 20, 2010, 05:58:20 AM »

      Just try it.

      Why post, waiting for someone else to answer, when you can just try it yourself.

      Experiment
      11 cheers for binary !

      kpac

      • Web moderator
      • Moderator


      • Hacker

      • kpac®
      • Thanked: 184
        • Yes
        • Yes
        • Yes
      • Certifications: List
      • Computer: Specs
      • Experience: Expert
      • OS: Windows 7
      Re: spacing help
      « Reply #4 on: October 20, 2010, 12:02:35 PM »
      can I not do this right beor th word
      What?


      This is CSS. It goes in this head, inline in the style attribute, or in the external CSS, just like you've been shown over and over again.