[TYPO3] Remove wrap around image-element...

Anders Kongsted typo3 at kongsted.dk
Sun Jan 13 17:12:51 CET 2008


Hi,

I had tried to remove the wrap around an image-element, but can't find 
where to make the change.

Currently the code / wrap is:

<div style="text-align:center;"><table width="670" border="0" cellspacing="0" cellpadding="0" style="margin-left: auto; margin-right: auto" class="imgtext-table"><tr><td colspan="1"><img src="clear.gif" width="670" height="1" alt="" /></td></tr><tr><td valign="top"><table width="670" border="0" cellpadding="0" cellspacing="0"><tr><td valign="top"><img src="uploads/pics/dummyfoto12.jpg" width="670" height="360" border="0" align="top" alt="" title="" /><br /></td></tr></table></td></tr></table></div>    	  </div>


I want it to be something like

<img src="uploads/pics/dummyfoto12.jpg" width="670" height="360" border="0" align="top" alt="" title="" />


I already had removed the clear.gif at 6px widt the following TS
tt_content.textpic.20.spaceBelowAbove = 0
tt_content.image.20.spaceBelowAbove = 0

Is there someone who can help? :)

Regard
Anders Kongsted



More information about the TYPO3-english mailing list