Please Suggest: Using Separators/hr in WP Pages
-
Hi, folks!
I have run into unexpected problem. I have WP site with lengthy technical posts/pages, which contains a lot of images (all aligned left). Articles divided into topics, and often images occupy more space then text,describing them,and thus, title of next topic is not in sync with pictures.
Since its not possible to attach pictures to posts of this forum, here is the link:
http://www.vacuum-tube.eu/wp/?page_id=12I decided to use some kind of separator (just before title of topic), either invisible transparent image 500×1 pixel gif, either HTML horizontal rule “hr”
<div class=”aligncenter” style=”width: 95%; height: 1px; border-width: 0pt; color: #ffffff; visibility: hidden;”><hr /></div>First method does not work nicely since I have style defined in theme, and it contains border, which remains visible around “invisible” separator image.
Second method with “hr” also do not function as expected.
The topic ‘Please Suggest: Using Separators/hr in WP Pages’ is closed to new replies.