• Resolved tHaDuDe

    (@thadude)


    New day, new problem. I played around with my comment form design and i finally got it to look half decent. The problem is that when i log in as admin (or any other user) i get this abomination.

    You can see the normal form on my blog.

    Here is my code.

Viewing 3 replies - 1 through 3 (of 3 total)
  • We need to see the live problem page.

    this is actually the third case of flipped comments.php where the change in settings lead to distorted sidebars. because the programmers had not balanced the divs within the conditional areas of the file ;-(

    checking comments.php –

    if logged in, the code after
    <?php if ( $user_ID ) : ?>

    starts one div:
    <div id="c">

    otherwise, it starts actually none (after balancing all opened/closed divs)

    the validation report should give you something like ‘unclosed div …’

    you might know best what you have edited where.

    Thread Starter tHaDuDe

    (@thadude)

    Worked it out. Thank You.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Comment Form input text field location’ is closed to new replies.