Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS css separator link

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #194692
    analis
    Participant
    <ul>
    <li>| <a href="">link</a> |</li>
    <li> <a href="">link</a> |</li>
    </ul>
    

    the links are next to each other

    you can do this indent | next to the link with css?

    #194696
    Paulie_D
    Member

    Friend,

    I’ve mentioned this to you before in other threads but we can’t diagnose code we can’t see.

    Please make a reduced case in Codepen..it’s free and you don’t have to sign up if you don’t want to.

    Also, I know we may have a language barrier here but your comments are often very vague.

    If you have an image of what this currently looks like and another of what it should look like those would be helpful too.

    Help us, help you.

    PS…I fixed your code in the post.

    Please try to use the Markdown code in future. Details of how to do all of that are right below the box you fill in to make posts.

    #194697
    Paulie_D
    Member

    Turning to your issue, yes, you can use a single sided border to make separators if you want.

    http://codepen.io/Paulie-D/pen/wBqOwM

    There are more advanced options but that should get you started.

    #194702
    analis
    Participant

    thanks!

    because between the first bar on the right there is more space?

    how do I set the height of the bar ?

    #194710
    Paulie_D
    Member

    Make a Codepen demo of your specific problem and I’m happy to help further but your original question has been answered.

    The piecemeal approach is getting irritating.

    I appreciate that we all have to start somewhere but you don’t seem to have the basics down yet.

    I suggest trying something like http://learn.shayhowe.com/html-css/

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.