Usnspmssrkcza
New Member
I have a problem with Bootstrap. I want to combine a typo3 template with a fluid html structure. \[code\]<div class="row-fluid"><a name="Content-ce156"></a><section class="span6"><header>contentheader</header><article>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</article></section><a name="Content2-ce156"></a><section class="span6"><header>contentheader2</header><article>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</article></section></div>\[/code\]the second section breaks to a new line, but if i delete the first anchor it works. I already try to make the anchor \[code\]display:none\[/code\] or add the class \[code\].span0\[/code\] for the selector\[code\].row-fluid [class*="span"]\[/code\]does anybody else already solved this problem?