[Typo3-dev] Image Wrap Problem

tim x27 at e27.com
Wed Jul 7 18:26:13 CEST 2004


Charlesmart wrote:
  like to change the typo3 generated script to this :
> 
> <img src="uploads/pics/my_image.jpg" width="317" height="218"
>   border="0">
> 
> 
> 
> I would like to delete the <table> around the image....

I did something similar by modifying the "Alttext for Images" extension.
You'll have to change the whole "left, right, center..." html rendering 
in class class.ux_tslib_content.php that extends tslib_content.php.
My idea was to make images "accessible" without that monster table 
arround and use editable alt-tags. Images should be placed by different 
css +style classes. Works for us and i hope to find the time to upload 
it as a new extension in the next weeks/month - if it is still necessary 
then( ? - hey core developers)
As i remember "CSS styled content" uses the same image functionality, so 
it is not configurable enough by typoscript to disable the wraptables 
and spacer images.

greetz tim




More information about the TYPO3-dev mailing list