Closed httse9 closed 4 years ago
I found the problem.
{{ s.content }} is built to <p>some content here..</p>
directly.
so <p>  {{s.content}}</p>
translates to <p>  </p><p>some content</p>
, which is gonna take two lines. And this fits our observation.
I have tried using different ways to put <p>  </p>
and <p>some content..</p>
on the same line but failed miserably.. -_-|||
Things I've tried:
<div>
<span>
You are very very welcome to try... If no one has a way to solve that, I'm just gonna remove the tabs in front and not follow the format Chuck Jee gave us stricly.
Finally found a fix..... This should work now.
Formatting in the html isn't really important, just make sure it's clear in the layout :)
Last edit probably. Someone (probably from our group) asked Chuck jee whether we should follow the format strictly. And chuck jee said there's no need