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

Tyler Kraft tyler.kraft at netefficiency.co.uk
Sun Jan 13 20:22:21 CET 2008


use the TSOB and make sure the condition for > or + version 3.9 is 
checked and you'll see where ;-)

hth

Anders Kongsted wrote:
> 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