Re: [wiki2xhtml-users] <br style="clear: left; " /> statement after "TOC"
Brought to you by:
granjow
From: Simon E. <sim...@gm...> - 2009-12-07 17:14:02
|
Hi Axel, This is possible now in SVN Revision r1686. http://wiki2xhtml.svn.sourceforge.net/viewvc/wiki2xhtml?view=rev&revision=1686 You can save your custom template in the directory of the style you are using as tplTOC.txt (like style/hd/tplTOC.txt). For you it will be something like that: <div id="toc"><h2>Inhaltsverzeichnis</h2> [toc] </div> Without the clear:left at the end of the div container. Can you use the current SVN version? Otherwise you could also change it in the XhtmlSettings.java file of an older version (about line 500). CU Simon 2009/12/7 Birndt, Axel (AutoVision) <ext...@vo...>: > Hi Simon, > > no i found the reason for the spacing after the Table of Content to the > first header. > > It is a "<br style="clear: left;" />" Statement after the closing div-tag > for the "<div id="toc">" > > On which way you add these tag? It is possible to configure this to my > needs? > > > <div id="content"> > <!--[if IE 6]> > [...} > > <div id="toc"><h2>Table of Contents</h2> > <ol> > [...] > <li><a > href="#h_DetaillierteBeschreibungzumentfernenderPakete">Detaillierte > Beschreibung zum entfernen der Pakete</a> </li> > <li><a href="#h_Entfernender-preremove-Scripts">Entfernen der -preremove- > Scripts</a> </li> > <li><a href="#h_EntfernenderPakete">Entfernen der Pakete</a> </li> > <li><a href="#h_Nacharbeiten...">Nacharbeiten...</a> </li> > </ol> > </li> > </ol> > _*</div><br style="clear: left;" />*_ > > <h3 id="h_Ersteller-Informationen">Ersteller-Informationen</h3> > <p>Datum: 22.04.2009</p> > > <p>Aktualisierung am --</p> > .... > > Thanks. > > Axel > -- > mit freundlichen Grüßen / Kind Regards > > Axel Birndt > WebSphere Application Server > > > ------------------------------------------------------------------------------ > Join us December 9, 2009 for the Red Hat Virtual Experience, > a free event focused on virtualization and cloud computing. > Attend in-depth sessions from your desk. Your couch. Anywhere. > http://p.sf.net/sfu/redhat-sfdev2dev > _______________________________________________ > Wiki2xhtml-users mailing list > Wik...@li... > https://lists.sourceforge.net/lists/listinfo/wiki2xhtml-users > > |