using div tags in between the title tags
-
Why can’t i add a div tag inbetween the <p></p> tags?
for example the template says to use this format:
<p>Slide text here...</p>
so i figure I could just use some customer css for the text and do this:
<p><div class="something">Slide text here...</div></p>
but when i do this, the plugin renders it and it gets booted outside the <p> tags.
<p></p><div class="something">Slide text here...</div>
so no animation gets displayed on the div tag.
what is the solution?
thanks!
https://www.ads-software.com/plugins/wp-parallax-content-slider/
- The topic ‘using div tags in between the title tags’ is closed to new replies.