• URI: http://cyaenvros.com
    If you look at the source on my site, you can see that every entry is held in place by two tags. It’s marked as an error during validation, but I don’t know how I can fix it! I have a suspicion that it has to do with how I posted items on my site. Maybe.
    On another note, someone noticed that my site displayed strangely in IE, but I don’t know how to fix that either. It has something to do with nested DIV tags… hmm.
    I’d appreciated any help anyone can give me.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Odd – if you put < p > tags in the post content itself, WP ought to not auto-wrap them with another < p > tag. Are you putting < p >’s in your posts? Try taking them out, if so.

    Thread Starter renaissant

    (@renaissant)

    No, I didn’t put any tags in my posts at all. The only tag I have used so far in my posts are <img> tags.

    Post a copy of the portion of your index.php file like the following:
    <div class="meta"><?php _e("Filed under:"); ?> <?php the_category() ?> — <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(); ?></div>
    <div class="storycontent">
    <?php the_content(); ?>

    where you’ve modified the first line. Maybe there’s a problem within these two since the validation error is at the beginning of each article.

    Take a look here to see if this helps.

    I havent seen your blog in IE but you are using an adapted Trident and I have read the CSS. IMHO the math is very subtly now out and it may be causing mispositioning if that is what you are referring to. If it is it might be necessary to
    add a few px to the rap width. HTH if not please post again with more details.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Nested <P><P> Tags?’ is closed to new replies.