Thread: [wiki2xhtml-users] <br style="clear: left; " /> statement after "TOC"
Brought to you by:
granjow
From: Birndt, A. (AutoVision) <ext...@vo...> - 2009-12-07 16:03:16
|
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 <view-source:http://lxpool034.wob.vw.vwg/websysteme/WebSphere/WebSphere_6.1_manual_Uninstall_Solaris.html#h_DetaillierteBeschreibungzumentfernenderPakete> ">Detaillierte Beschreibung zum entfernen der Pakete</a> </li> <li><a href="#h_Entfernender-preremove-Scripts <view-source:http://lxpool034.wob.vw.vwg/websysteme/WebSphere/WebSphere_6.1_manual_Uninstall_Solaris.html#h_Entfernender-preremove-Scripts> ">Entfernen der -preremove- Scripts</a> </li> <li><a href="#h_EntfernenderPakete <view-source:http://lxpool034.wob.vw.vwg/websysteme/WebSphere/WebSphere_6.1_manual_Uninstall_Solaris.html#h_EntfernenderPakete> ">Entfernen der Pakete</a> </li> <li><a href="#h_Nacharbeiten... <view-source:http://lxpool034.wob.vw.vwg/websysteme/WebSphere/WebSphere_6.1_manual_Uninstall_Solaris.html#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 |
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 > > |
From: Birndt, A. (AutoVision) <ext...@vo...> - 2010-05-10 09:28:17
|
Hi Simon, now i have had some time to fix the issue with the "<br style="clear: left;" />" Statement, as described below. Thank you for the work, and your hint. -- Bitte beachten: Der IBM Support für WAS 6.0 endet am 30. September 2010 Mehr Infos dazu gibt es bei uns im Intranet unter Dokumente bzw. bei IBM: IBM Software Support. -- mit freundlichen Grüßen / Kind Regards Axel Birndt WebSphere Application Server Web-Technologies (K-SIO-C/1) http://websphere.wob.vw.vwg Volkswagen AG 38440 Wolfsburg Phone: +49 (5361) 9-88511 Mobile: Telefax:+49 (5361) 9-22813 BiK: +49 (5361) mailto:Ext...@vo... Volkswagen AutoVision Sitz der Gesellschaft: Wolfsburg Amtsgericht Braunschweig: HRB 100516 Geschäftsführung: Karin Sonnenmoser (Vorsitzende), Josef Löffler ----------------------------------------------------------------------------------------------- PSC-Zuweisungsgruppe: "IT-Services WebSphere Application Server Volkswagen" Deploy-Infos u. Anleitungen Handbuch für Systemarbeit Bitte auch immer im Betreff die betroffene Maschine nennen: z.B. [inawast15.wob.vw.vwg] Bitte nutzen Sie auch unseren WebSphere Gruppen-Postkorb: mailto:Web...@vo... > -----Original Message----- > From: Simon Eugster [mailto:sim...@gm...] > Sent: Monday, December 07, 2009 6:14 PM > To: Help/Talk about wiki2xhtml > Subject: Re: [wiki2xhtml-users] <br style="clear: left;" /> > statement after "TOC" > > Hi Axel, > > This is possible now in SVN Revision r1686. > http://wiki2xhtml.svn.sourceforge.net/viewvc/wiki2xhtml?view=r > ev&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 > > > > > > -------------------------------------------------------------- > ---------------- > 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 > |
From: Simon E. <sim...@gm...> - 2010-05-17 14:28:52
|
Hi Axel, Glad to hear that, thanks for the reply! Simon 2010/5/10 Birndt, Axel (AutoVision) <ext...@vo...>: > Hi Simon, > > now i have had some time to fix the issue with the "<br style="clear: left;" />" Statement, as described below. > > Thank you for the work, and your hint. |