[Typo3] CSS and tt_news

Martin S shieldfire at gmail.com
Tue Sep 13 06:47:12 CEST 2005


NOW I see what the problem is... :/
Should have done days earlier of course but I couldn't imagine... Sorry for 
being so dense, a symptom of having little time at the moment...

This is my template

<div class="news-single-item">
<h1>###NEWS_TITLE###</h1>
<p class="news-single-author">###NEWS_AUTHOR###</p>
<p class="news-single-intro">###NEWS_SUBHEADER###</p>
###NEWS_IMAGE### 
<p>###NEWS_CONTENT###</p>


###NEWS_SINGLE_PAGEBROWSER###

</div> 

THIS is what is sent to the front end...

<div class="news-single-item">
		<h1>Riddarfjärden undersöks</h1>

		<p class="news-single-author"><p class="news-single-author"><a
href="mailto:martin at scandarch.com">By: Martin Skjöldebrand</a></p></p>
		<p class="news-single-intro"><h3>Nu påbörjar SMM (marinarkeologerna)
en undersökning av Riddarfjärden mitt i Stockholm.</h3></p>
		 
		<p><p class="bodytext">Anledningen är att Citybanan, den nya
järnvägen ska dras fram i en tunnel tvärs över fjärden.<br />Här kan
man ha ännu mera text<br /></p></p>
		
			
</div>		

Lots of extra tags "everywhere" ... Not strange the CSS isn't rendered 
correctly.
IS this somewhere in the docs - and how do I stop tt_news adding stuff i 
don't wont?

Regards,

Martin S



More information about the TYPO3-english mailing list