I'm using the display tag library (cool thing) and would like to change the font size 
of the output. As far as I can tell, the taglib doesn't support anything like the 
<font> tag and wrapping <font> around the <display:column> tag does nothing (it is 
ignored).

Example
--------
<display:table width="85%" name="logsList" scope="session" pagesize="15" 
requestURI="http://localhost:8080/something.jsp";>
  <display:column property="createDate" title="Date/Time" width="15%"/>
</display:table>

What are my options? I'd like to produce output like the snippet below:

<td width=15%><font face=Verdana, helvetica color=#003366 
size=1><strong>Date/Time</strong></font></td>

Dave
---
Dave Hodson 
MessageCast, inc.
Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 
www.messagecast.net


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to