• just added the comments plugin ….and as expected i cant get it valid…
    As podz helped me yesterday with simular thing i thought i just used the same tags but thats a no….no..
    So what is wrong about this…..
    <li id="commented">

    • Commentaar......
      <?php get_recently_commented(2); ?>

Viewing 15 replies - 1 through 15 (of 20 total)
  • Try this ?
    <li id="commented">

    • Commentaar......
    • <?php get_recently_commented(2); ?>

    Thread Starter john1000

    (@john1000)

    well podz you narrowed it down to just one error….
    Line 451, column 3: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag

    • Commentaar......
    • and what does that mean ?

    Try this instead:

    • Commentaar......
    • <?php get_recently_commented(2); ?>

    Thread Starter john1000

    (@john1000)

    still one podz…..lol
    Line 451, column 3: document type does not allow element "ul" here; assuming missing "li" start-tag

    • Commentaar......
      <?php get_recently_commented(2); ?>
    Thread Starter john1000

    (@john1000)

    that was it podz …..thanks again….
    btw before i forget,…..
    did you get the last mail i send you yesterday about the few things i need to take out of the comments popup ?
    i cannot find a few tags it shows and the space above the word….comments i want taken out…

    This line
    <li id="recent">
    Change it to

    • Recent Posts

    • Or what the dutch is for that anyway ??
      ============
      Comments.
      Open wp-comments-popup.php
      Find this line:
      <h1 id="header">"><?php echo get_settings('blogname'); ?></h1>
      Remove it.
      That will take away the white space.

    Thread Starter john1000

    (@john1000)

    thanks podz….nice…very nice,
    where can i find these…
    <b>

    <i> <strike>

    Same file, just further down ??

    Thread Starter john1000

    (@john1000)

    ah got it.
    btw…..how do i change that comments stuff in the css so the background image covers the whole popup ?
    this was your code…
    ol#comments li p {
    font-size: 100%;
    }

    ol#commentlist li {
    border-left: solid 1px #ff0000;
    border-right: solid 1px #ff0000;
    border-top: solid 1px #ff0000;
    border-bottom: solid 1px #ff0000;
    margin: 10px;
    background-image: url('myback.jpg');
    }

    #commentspopup {
    background-image: url(‘myback.jpg’);
    }
    That should do it……

    Thread Starter john1000

    (@john1000)

    indeed podz thanks,youve been a great help once again….. ??

    This would bug me, so it might you.
    In Commentaar, the time is blue.
    This should change it:
    In index.php, you have this:

    • Commentaar......

    • Change it to
      <li id="commentaar">Commentaar......
      Then, in the css, put this:
      #menu ul li#commentaar ul li {
      border: 0px none;
      letter-spacing: 0;
      margin-top: 0;
      padding-left: 12px; font-style:normal; font-variant:normal; font-weight:normal; line-height:115%; font-size:80%; font-family:Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif; padding-right:0; padding-top:0; padding-bottom:0
      }
      That should make the date/time the same as the black text.
      If it doesn’t, I’ll help tomorrow – it’s 1:10am, and I’m off to bed ??

    Thread Starter john1000

    (@john1000)

    oh hi podz….
    sorry i saw to late that you posted again….
    i added the lines as you posted them and got no error and validates…
    but the colors are the same…

    Put that in there as well :
    color: #000;

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘whats wrong about this?’ is closed to new replies.