Hi Philip!
Can you take a look at this? http://validator.w3.org/check?uri=http%3A%2F%2Ffin-east.ru%2F&charset=%2...
Any suggestions?
Thanks.

Comments

ppblaauw’s picture

Status: Active » Postponed (maintainer needs more info)

When you mean the extra <p> tags you can remove them from the ddblock template file you use. (Probably you WYSIWYG editor adds another <p> tag.

example:

            <div class="slide-body-inner clear-block border">
              <p><?php print $slider_item['slide_text'] ?></p>
             </div> <!-- slide-body-inner-->

with getting the <p> tag will become:

            <div class="slide-body-inner clear-block border">
              <?php print $slider_item['slide_text'] ?>
             </div> <!-- slide-body-inner-->

hope this helps you further, please let me know.

mefisto75’s picture

Status: Postponed (maintainer needs more info) » Fixed

Thank you. Worked. Best project support ever!

ppblaauw’s picture

Title: Markup validation [invalid] » Markup validation [invalid] (Fixed)

Changed issue title

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.