Question
Just a very small question: I noticed that after uploading an attachment and enabling the 'create link' option, two lines are generated (one with the img-tag and one with the description).
The lines are seperated by a br-tag. So when do you use
%BR% and when the br-tag?
Environment
--
JosMaccabiani - 13 Apr 2005
Answer
%BR% is shorthand for
<br /> - when the page is rendered the tag is translated to the html br-tag. It's TWiki markup so that users don't have to know any html when writing. As a rule I always try to use
%BR% in twiki topics.
--
ArthurClemens - 13 Apr 2005