[Typo3-UG Frankfurt] [Typo3-german] Angabe von width bei beforeImgTagParams wird ignoriert

Peter Roth Peter.Roth at rokotec.de
Fri Oct 8 17:41:06 CEST 2004


Hy allerseits

Typo 3.7.0


Erstmal das TS

  marks.SUBMENU = HMENU
  marks.SUBMENU.wrap = <table width="149" border="0" cellpadding="0" 
cellspacing="0" vspace="0" hspace="0" align="left"><tbody>|</tbody></table>
  marks.SUBMENU.entryLevel = 1


  marks.SUBMENU.1 = TMENU
  marks.SUBMENU.1.NO {
    allWrap = <tr><td valign="top">&nbsp;|</td></tr>
    beforeImg = fileadmin/templates/images/spacer.gif
    beforeImgTagParams = width=5
    ATagParams = class='submnuL1'
  }

Und jetzt was Typo3 daraus macht:

<td valign="top"><table width="149" border="0" cellpadding="0" 
cellspacing="0" vspace="0" hspace="0" align="left"> <tbody>

<tr><td valign="top">&nbsp;<img src="fileadmin/templates/images/spacer.gif" 
width="1" height="1" width=5 border="0" alt="" /><a href="index.php?id=23" 
onfocus="blurLink(this);" class='submnuL1'>Allgemein</a></td></tr><tr><td 
valign="top">&nbsp;<img src="fileadmin/templates/images/spacer.gif" 
width="1" height="1" width=5 border="0"

Und so weiter...

Jetzt meine Farge :

WARUM zieht sich typo3 die original breite bei obwohl ich sie überschreibe? 
(width="1" height="1")

Vielen Dank im Voraus

Peter Roth

peter.roth at rokotec.de








More information about the Typo3-frankfurt mailing list