Edgewall Software

Changes between Initial Version and Version 4 of Ticket #8141


Ignore:
Timestamp:
Oct 27, 2009, 11:59:07 AM (15 years ago)
Author:
Remy Blank
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8141

    • Property Keywords wikiprocessor div added; layout removed
    • Property Owner set to Remy Blank
    • Property Milestone0.12
  • Ticket #8141 – Description

    initial v4  
    77
    88The text "Text text" does appear in a box, but the generated html is:
    9 
     9{{{
    1010<div style="border: 1px solid #d7d7d7; padding: 0"><p>
    1111Test text
    1212</p>
    1313</div>
    14 
    15 Because the text is wrapped in a <p> tag, there is a big gap between the text and the top and bottom boundary of the box. In other words, the box does not hug the text on the top and bottom. I feel like this gap shouldn't exist. If you want it there, you can always add padding, or add [[BR]] in your text, but there doesn't seem to be a way to remove it. If you don't agree, can someone direct me to where the html is generated so I can remove it in my trac source?
     14}}}
     15Because the text is wrapped in a <p> tag, there is a big gap between the text and the top and bottom boundary of the box. In other words, the box does not hug the text on the top and bottom. I feel like this gap shouldn't exist. If you want it there, you can always add padding, or add `[[BR]]` in your text, but there doesn't seem to be a way to remove it. If you don't agree, can someone direct me to where the html is generated so I can remove it in my trac source?
    1616
    1717My motivation is that I wanted wiki formatted text in a box that was laid out in a manner similar to text in {{{ }}} symbols (with no processor specified). In that case, the text is all monospace, but there are no <p> tags, and hence no gap.