Question
I'm trying to insert a thick line in a TWiki page to no avail (too bad the line doesn't get a ltitle thicker with every succeeding - after the first 3
This works in a simple HTML page, but not in TWiki
<hr size="8" color="blue">
Below should be a horizontal rule line, 8 pixels thick, blue:
I see 1 pixel thick, black, as if I simply typed
<hr>
or
----
Environment
--
VickiBrown - 23 Jun 2006
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
--
FranzJosefSilli - 24 Jun 2006
In PatternSkin this is controlled by CSS (with i.e. ClassicSkin or QuickMenuSkin you get the result you expect:
http://twiki.org/cgi-bin/view/Support/HRtagAttributesIgnored?skin=classic).
So you need to override pattern settings either locally as Franz suggests or in the stylesheet.
--
SteffenPoulsen - 24 Jun 2006