Hi, I have a simple question. How to you set the html code to wrap the text around a dtml variable. <td width="181%" height="30" bgcolor="#F0F0FA" align="left"> <dtml-var lesson_summary> </font></td> The line is straight across, I know I can use a textarea. Any help would be great. Thanks, Larry
use a table... YMMV as HTML tends to do what it wants not what you want. On Sat, 28 Aug 2004, Larry McDonnell wrote:
Hi,
I have a simple question. How to you set the html code to wrap the text around a dtml variable.
<td width="181%" height="30" bgcolor="#F0F0FA" align="left"> <dtml-var lesson_summary> </font></td>
The line is straight across, I know I can use a textarea. Any help would be great.
Thanks,
Larry
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Thanks, I'll try your suggestion. Dennis Allison wrote:
use a table... YMMV as HTML tends to do what it wants not what you want.
On Sat, 28 Aug 2004, Larry McDonnell wrote:
Hi,
I have a simple question. How to you set the html code to wrap the text around a dtml variable.
<td width="181%" height="30" bgcolor="#F0F0FA" align="left"> <dtml-var lesson_summary> </font></td>
The line is straight across, I know I can use a textarea. Any help would be great.
Thanks,
Larry
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Dennis Allison -
Larry McDonnell