You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Dave Hodson <da...@messagecast.net> on 2002/07/18 03:36:28 UTC

Display tag library/font size in tables?

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: dave@messagecast.net <ma...@messagecast.net> 
www.messagecast.net


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Display tag library/font size in tables?

Posted by Mark Nichols <st...@partitionsoftware.com>.

> -----Original Message-----
> From: Dave Hodson [mailto:dave@messagecast.net]
> Sent: Wednesday, July 17, 2002 8:36 PM
> To: Struts Users Mailing List
> Subject: Display tag library/font size in tables?
>
>
>
> 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>

Maybe I'm missing the point, but isn't this something that should be handled
by your CSS?


>
> Dave
> ---
> Dave Hodson
> MessageCast, inc.
> Email: dave@messagecast.net <ma...@messagecast.net>
> www.messagecast.net
>


</mark>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>