Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


PSLog

291 posts

Ultimate Geek
+1 received by user: 13


#27330 22-Oct-2008 14:17
Send private message

In the following, I would like to know how to put some space in between "ReadMe" and "GeoKiwi"





  • ReadMe




    GeoKiwi




  • Quoted space includes the quotes - unquoted space is ignored.



    Thanks

    Create new topic
    chiefie
    I iz your trusted friend
    5877 posts

    Uber Geek
    +1 received by user: 151

    Retired Mod
    Trusted
    Lifetime subscriber

      #172776 22-Oct-2008 14:19
    Send private message

    You can use P tag for each line, and all within LI tag.

    <li>
    <p>ReadMe</p>
    <p>GeoKiwi</p>
    </li>




    Internet is my backyard...

     

    «Geekzone blog: Tech 'n Chips Takeaway» «Personal blog: And then...»

     

    Please read the Geekzone's FUG

     




    PSLog

    291 posts

    Ultimate Geek
    +1 received by user: 13


      #172781 22-Oct-2008 14:47
    Send private message

    Sorry, I'd overlooked the fact that what I posted would be parsed. I'll try again.

    In the following, I would like to know how to put some horizontal space in between "ReadMe" and "GeoKiwi"



    Quoted space includes the quotes - unquoted space is ignored.

    Thanks

    PSLog

    291 posts

    Ultimate Geek
    +1 received by user: 13


      #172782 22-Oct-2008 14:48
    Send private message

    How do I get to show some code, please?



    PSLog

    291 posts

    Ultimate Geek
    +1 received by user: 13


      #172783 22-Oct-2008 14:51
    Send private message

    Is this the way?


  • ReadMe



    GeoKiwi




  • kobiak
    1615 posts

    Uber Geek
    +1 received by user: 551

    Trusted

      #172785 22-Oct-2008 14:58
    Send private message

    <style>
    li {
     display : block;
     list-style-type : none;
    }
    </style>

    <li>link</li>
    <li></li>
    <li>link</li>

    If I got u right :)





    helping others at evgenyk.nz


    PSLog

    291 posts

    Ultimate Geek
    +1 received by user: 13


      #172797 22-Oct-2008 15:25
    Send private message

    I'm sorry, I can't interpret that.
    I'm after some horizontal space between items on a single line: doesn't each
  • give me a new line?

  •  
     
     

    Want to support Geekzone and browse the site without the ads? Subscribe to Geekzone now (monthly, annual and lifetime options).
    RedJungle
    Phil Gale
    1108 posts

    Uber Geek
    +1 received by user: 46

    Trusted
    Red Jungle
    Subscriber

      #172817 22-Oct-2008 16:41
    Send private message

    Having a little trouble interpretting exactly what you're after. But if you just need extra spaces, you can use the HTML non-breaking space.

    PSLog

    291 posts

    Ultimate Geek
    +1 received by user: 13


    #172820 22-Oct-2008 16:50
    Send private message

    Thanks RedJungle
    That was the answer I needed. Sorry it was hard to figure out what I wanted - I don't know how to show snippits of HTML code without the browser parsing them.
    I'll replace the small blank image that I have used in the meantime with the non-breaking space.

    chiefie
    I iz your trusted friend
    5877 posts

    Uber Geek
    +1 received by user: 151

    Retired Mod
    Trusted
    Lifetime subscriber

      #172822 22-Oct-2008 16:57
    Send private message

    Depends on how well you are on CSS but I can suggest have your list-item as inline element and give it a padding (either to left, or right or both, depends on what you want)...

    I think this is what you want if I can understand what you said... adding non-breaking-space is ok but not ideal, IMPO.




    Internet is my backyard...

     

    «Geekzone blog: Tech 'n Chips Takeaway» «Personal blog: And then...»

     

    Please read the Geekzone's FUG

     


    Create new topic








    Geekzone Live »

    Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



    Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.