Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ronen

    (@ronen)

    <body>
    <a href="https://feeds.feedburner.com/cinemalog" title="Subscribe to my feed, cinemalog" rel="alternate" type="application/rss+xml"><a href="https://feeds.feedburner.com/cinemalog" title="Subscribe to my feed, cinemalog" rel="alternate" type="application/rss+xml"></a></a>

    i did see that in the html…

    you are missing closing tags everywhere and have them all out of order in your html

    you should close a tag (like the above example) before you open another one.

    If you have firefox, get the tidy plugin and take a look at all of the errors and warinings you get

    Thread Starter ronen

    (@ronen)

    it looks like i need to set aside a day just to install the tidy plugin

    it takes about 5 minutes to download and install.. its the other stuff of finding the errors to fix it that will take a while. Been there, done that, still have to do it. Even plugins can do it cos they work diff ways w diff themes.my suggestion is to find a theme that starts out using tidy w no errors and no warnings from tidy or w3c for XHTML checking, and then add stuff, take care of it as it happens. otherwise you end up with tons of errors and dont know where to start. fixing one error might fix 10 others.. but what code i saw from the source.. is going to take a long while unless you start over and check it after each plugin, after each post (i check mine just by viewing it in firefox, it can tell me right away if there are any errors or warnings. And Im not saying my site is perfect, because i still have a LOT to fix … but the warnings are less severe than the errors.. but even warnings can cause what you have.)

    try going to https://www.w3c.org and checking your html on it. take a look and see.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Comments CSS Awry (HELP!)’ is closed to new replies.