[Typo3-shop] Table problems in the NOTE field

Jogvan Olsen jo at atlanticvideo.dk
Fri Jan 21 14:58:23 CET 2005


I have inserted the code below in TSconfig on my top page - this give me the 
possibility to use tables in the tt_news (version 2.0.2 ) text field.
But it dosen't give the possibility to use tables in tt_products note field.

Does anyone know how I can get tables created in the product NOTE field 
(using RTE) to pass through to the frontend?

PS I'm using CSS styled content

Thanks,
Jogvan



RTE >

RTE.default {
showButtons = 
cut,copy,paste,formatblock,class,fontstyle,fontsize,textcolor,bold,italic,underline,left,center,right,orderedlist,unorderedlist,outdent,indent,link,table,bgcolor,image,emoticon,line,user
defaultLinkTarget =
dontConvBRtoParagraph = 1
proc.overruleMode = ts_css
proc.preserveTables = 1
proc.dontConvBRtoParagraph = 1
proc.entryHTMLparser_db = 1
proc.entryHTMLparser_db {
htmlSpecialChars = -1
allowTags = 
table,tr,td,p,div,img,hr,a,br,pre,b,strong,i,em,u,li,ul,ol,span,h1,h2,h3,h4,h5,h6,dl,dt,dd,font
allowTagsOutside = 
table,tr,td,p,div,img,hr,a,br,pre,b,strong,i.em,u,li,ul,ol,span,h1,h2,h3,h4,h5,h6,dl,dt,dd,font
allowTagsInTypolists = 
table,tr,td,p,div,img,hr,a,br,pre,b,strong,i,em,u,li,ul,ol,span,h1,h2,h3,h4,h5,h6,dl,dt,dd,font
}
}
RTE.config.tt_content.bodytext < RTE.default




"Jogvan Olsen" <jo at atlanticvideo.dk> wrote in message 
news:mailman.1.1106150342.16685.typo3-project-tt-products at lists.netfielders.de...
> When I insert a table in the NOTE field for at a product, using the Rich 
> Text Editor (RTE), I get the HTML code listed on the SINGLE view page 
> instead of a table. When I view the source for the page (view source in 
> the browser), the source for the table looks like this:
>
>
>
> &lt;TABLE borderColor=#000000 cellSpacing=0 cellPadding=0 
> border=1&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&nbsp;cell1&lt;/TD&gt;&lt;TD&gt;cell2&nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&nbsp;cell3&lt;/TD&gt;&lt;TD&gt;cell4&nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
>
>
>
> Does anyone know how to correct this error?
>
>
>
> Thanks,
>
> Jogvan
>
> 





More information about the TYPO3-project-tt-products mailing list