Horizontal line color
63,452pages on
this wiki
this wiki
Forum page
Wikia's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
To contact staff directly or to report bugs, please use Special:Contact.
Note: This topic has been unedited for 872 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.
Is there any way to change the color of a horizontal line (----)? If not, what is the exact color (hex triplet) of it? Thanks, → C Teng [talk] 23:09, December 31, 2009 (UTC)
- If you want it inline, then this pretty much sums that up (you have to use the html tag though, not the wikitext one). If you want to do it to all hr tags (and of course ----) then adding the rules mentioned in the above link to
hrin your common.css should do it.
inline
hr { background-color:red;color:red; } all of the wiki