• When you look at my page you see the bottom navigation ,but with a DOT
    Well weird is whatever i take out….

    • ..?…..it still shows but then its not valid anymore…
      Next problem ….is i would like to give it the same blue font color as the rest of the page.
      I member helped me yesterday with exactly the same problem…so i just duplicated the whole solution…and guess what ?
      It doesnt work !
      Whats wrong with this …
      <li id="postsnav">
      <?php posts_nav_link(' ', __('&laquo; Previous Page'), __('Next Page &raquo;')); ?>

    And in the css i have …

    #menu ul li#postsnav ul li {
    color: #369;
    font-weight: normal;
    }

    So why doesnt this work ?
    and why the damn dot ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    try changing the style to:

    li#postsnav {
    color: #369;
    font-weight: normal;
    list-style-type: none;
    }

    or something similar.
    Regards
    Adi

    isn’t the dot the result of the list tags surrounding the code

    • ?
      A dot is the default indicator of a list – replace with a different tag
      regards
      mark
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Damn dot !’ is closed to new replies.