Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 112476

WPyogi on "inconsisent css"

$
0
0

A bunch of the other errors are because of this:

<span class="orbit-caption thumb-on" id="post-213">
<h5 class="orbit-title2">A-Frame Coop</h5>
<p></p>
</span>

You can't put block level elements inside span tags. Change the span to divs and it should be okay. Set the div to inline if you don't want it to behave like a block element.


Viewing all articles
Browse latest Browse all 112476

Trending Articles