Re: Changing font size for WOString
Re: Changing font size for WOString
- Subject: Re: Changing font size for WOString
- From: Mike Schrag <email@hidden>
- Date: Thu, 23 Jul 2009 08:49:05 -0400
What chuck is saying is that there's nothing wostring to do with this
at all ... it's just an html/css issue:
<td style="font-size: 6pt"><webobject name="ThatName/></td>
or
<td><webobject name="ThatName"/></td>
and
<style>td { font-size: 6pt; }</style>
or any other of a million variations of the above.
ms
On Jul 23, 2009, at 8:42 AM, Jeff Dunnett wrote:
On 22-Jul-09, at 4:58 PM, Chuck Hill wrote:
On Jul 22, 2009, at 1:53 PM, Jeff Dunnett wrote:
Hello,
How would I go about changing the font size for the WOString.
I've tried using various combinations of div tags, font tags and
even WebObjects builder tags but the font size doesn't seem to
change. Am I missing something?
Regards,
Jeff
It is all in the HTML. What does the generated HTML look like?
Chuck
The HTML looks like normal html. Like this:
<td>Jeff Dunnett</td>
Where I am trying to make the font size 6 pt.
Regards,
Jeff
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden