Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   [SOLVED] What controls styling of hr / tag? (http://forum.bytesforall.com/showthread.php?t=15453)

NightOwl Sep 21, 2011 03:51 PM

[SOLVED] What controls styling of hr / tag?
 
I've tried searching for what controls the styling of the <hr /> tag which creates a horizontal line. Specifically I'd like to change the color of the line. I'm able to add a border directly in the page I'm adding the line to, but the color attribute isn't working so I assume the styling elsewhere overrides this? Any help would be appreciated.

Thanks!

lmilesw Sep 21, 2011 04:10 PM

You style it with CSS. You can use the TinyMCE Advanced plugin which adds a custom hr button or you can just use inline styling like below.
HTML Code:

<hr style="backround: red;" />

NightOwl Sep 21, 2011 04:58 PM

Great, thanks.


All times are GMT -6. The time now is 01:21 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.