Bar or Line Test

Posted by Peter-ZAPeter-ZA on 17 Aug 2013 09:47, last edited by Peter-ZAPeter-ZA on 17 Aug 2013 21:12
Tags:

Using the Line command:

Syntax:

----

Why does the following code not give a red line right across???

##red|----##

——

Helmut: the 4 minus which are translated ( parsed) to a line (and have the function of "div" style=clear,both). therefore the ## surrounding are first parsed..

Should work:

[[div style="border-bottom: 1px solid red;width:90%;margin:auto;"]]
[[/div]]

Notice: margin:auto setup the centered div, width: 90% simulates to 4 minus line - without the "clear,both" of the 4 minus…

See also the Horizontal wide lines in the community howto…

Peter: THANK YOU, Helmut, you are a star!!


Number of Comments: 0)

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License