Thanks. The problem has been fixed. A CSS for one of the components was override the font tags that I was trying to set. A rather annoying oversight on my part.

Regards,
Jeff


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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/mschrag% 40mdimension.com

This email sent to [email protected]

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to