<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Wrap text in Div table cell</title><link>https://www.aras.com/community/f/development/3541/wrap-text-in-div-table-cell</link><description>I&amp;#39;m trying to put some &amp;quot;help text&amp;quot; into a DIV table on a form and want the text within the DIV table &amp;quot;cells&amp;quot; to wrap. According to all the CSS suggestions I can find I should be able to do it just by putting a &amp;quot;style=word-wrap: break-word;&amp;quot; or in fact</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Wrap text in Div table cell</title><link>https://www.aras.com/community/thread/1231?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2018 21:28:46 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:3f4ffe06-0dba-4c47-849c-a52be0978daa</guid><dc:creator>Former Member</dc:creator><description>Hi Yoann,

You are a magician.

Thanks for that.

Cheers,

Brian.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wrap text in Div table cell</title><link>https://www.aras.com/community/thread/1226?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2018 02:29:42 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:1ccb548a-d928-41d9-b5f5-8b0aed4fe808</guid><dc:creator>Yoann Maingon</dc:creator><description>Hi Bryan,

Glad to hear from you.

I tried what you explained and it seems like the field CSS is overwritten by another css regarding the white-space criteria.

What I have done to make it work (maybe there are multiple solutions) is to add a class (class=&amp;quot;helptext&amp;quot;) to my div and in the &amp;quot;FORM&amp;quot; css add the following :

.helptext {
white-space: normal;
}

Of course the div also has to have a width defined (I did it in the field css)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>