[TYPO3-content-rendering] Three question about Typo3 and non-valid markup

Ernesto Baschny [cron IT] ernst at cron-it.de
Wed Nov 29 18:19:03 CET 2006


Pirkka Rannikko wrote: on 29.11.2006 17:40:

> Hi and thanks for the advice! I set the imageTextSplit to 1 and it did
> the job. What kind of info do you need about my Typo3 installation for
> the link/header/link problem? The site is running in a web hotel so I
> don't have a clue about the server.
> 
> Typo3 version is and runs as a 4.0 and we are using the Template
> Auto-Parser plugin in a kind of a same way as in the Modern Template
> Building tutorial.
> 
> Here is an example code that Typo outputs when using the header and
> link together:
> 
> <!-- Header: [begin] -->
> <div class="csc-header csc-header-n1"><a href="index.php?id=36" ><h1
> class="csc-firstHeader"><a href="index.php?id=36"
>> Archives</a></h1></a><img src="clear.gif" width="1" height="5"
> border="0" class="spacer-gif" alt="" title="" /><br /></div>
> <!-- Header: [end] -->
> 
> It doesn't seem to matter what type of layout I use on the header.


This is strange. How is your TS-template setup? What static templates
are included and what else do you modify using your own TS-setup?

My headers (with pure css_styled_content) are rendered like this:

      <div class="csc-header csc-header-n1">
        <h2 class="csc-firstHeader"><a href="index.php?id=120">Header
with link</a></h2>
      </div>


Cheers,
Ernesto


More information about the TYPO3-project-content-rendering mailing list