AI Assistant
Notifications
Clear all

[Closed] No horizontal line showing with either tag or "add line" editor menu

2 Posts
2 Users
1 Reactions
3,858 Views
Posts: 119
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@nando4)
Estimable Member
Joined: 9 years ago
[#3854]

Would like a horizontal line to separate some text, but can't make one. Here's what the <hr> tag between two lines of "**" appears as.


You can see it doesn't appear.

How can I get a horizontal line without resorting to using hacky underscores?

 


1 Reply
Robert
Posts: 10720
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@robert)
Support Team
Joined: 2 months ago

The line is there, you just need to look a bit attentive.

This is a styling issue, the color should be changed using this simple CSS code:

#wpforo #wpforo-wrap .wpforo-post-content hr {
    border-color: #dddddd;
}

Share: