• Hi there!
    I’m in the process of starting up a new blog and loading up my blog rings. However, when I add the rings to the sidebar, the button is one ‘bullet’ and the ‘last’, ‘list’, and ‘next’ become their own separate bullet.

    How can I get the button and the navigation links to all stay together?

    Sorry if I’m not making much sense, I’m new to all of this!

    Kim

Viewing 4 replies - 1 through 4 (of 4 total)
  • Usually lists are goverened by specific pieces of code namely

    <ul></ul> and <li></li> tags
    The first one

    <ul> defines the list
    the next
    <li> difines the ‘list item’ followed by their closing tag </li></ul>
    So for say three bulleted items in a row you would have something like…

    My Blog Rings

    <ul>
    <li>1st Blog Ring</li>
    <li>2nd Blog Ring</li>
    <li>3rd Blog Ring</li>
    </ul>

    And posting code is “also goverened by specific pieces of characters” – as it is outlined below the text input area.

    [hint: backtick = `, usually where the tilde ~ is
    hint2 – NO blank lines in the code]

    So sorry, some of us are still learning!!! LOL

    Thread Starter busymamaof3

    (@busymamaof3)

    thanks for the reply!

    my problem is more…

    1st Blog Ring
    previous
    next

    with each one being a separate bullet instead of…

    *insert button pic here*
    Previous | Next

    How do I get the button and the first, last and next links to stay together in it’s own little box?

    Kim

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Coffee Cup 1.01….blog rings??’ is closed to new replies.