Horizontal rule (hr /) is not visible in post
-
I have two blogs:
http://eborelease.wordpress.com
http://wwwebomaninfo.wordpress.comthe 2nd one has this problem:
When in de code editor of a post i place the hr code (to get a horizontal rule) and save it, it doesn’t show it in the post. When i go back to edit it, it’s still there. I even see the line in the Visual editor. So why can’t i see it on my site? With my first blog it works fine.
an example here:
http://wwwebomaninfo.wordpress.com/2020/11/07/test-post/This post was made with the following html code:
a line by using the hr code:
<hr />
the way i do it now by using underscores:______________________________________________________________________
-
Has anyone an idea how i could solve this problem? I have the CSS upgrade so if the problem lies in the CSS data then i could change it there.
Thank you in advance,
Eboman
-
Yes, you should be able to change that in the CSS – I’m pretty sure that most blog themes, at least the ones I’m using, have this in the CSS file:
hr {
display:none;
} -
i put the post with a timestamp of the year 2020 so that it wouldn’t come on my mainpage but what i did not realise is that you guys can not see it then so here is a new post with the same html:
-
- The topic ‘Horizontal rule (hr /) is not visible in post’ is closed to new replies.