2010-05-25, 09:47 PM
(This post was last modified: 2010-06-07, 09:11 PM by afzulnizam.)
Normally people use
That's black color right? So why we not try to color that line?
Here is the simple mycode to let u color it that Horizontal.
Title: Horizontal color
Short Description: color horizontal line
Regular Expression:
Replacement :
Enabled?: Yes
To use or test it, use this code :
[hr]
in mybb to make horizontal line for example like this line:That's black color right? So why we not try to color that line?
Here is the simple mycode to let u color it that Horizontal.
Title: Horizontal color
Short Description: color horizontal line
Regular Expression:
\[hrc\](.*?)\[/hrc\]
Replacement :
<hr style="height: 1px; color: $1; background-color: $1" />
Enabled?: Yes
To use or test it, use this code :
[hrc]color here[/hrc]
for example[hrc]blue[/hrc]
with result