Want to Change Font Size

Subject: Want to Change Font Size
From: Chuck Darney <cdarney@xxxxxxxxxxxxxxxx>
Date: Tue, 01 Dec 1998 13:15:59 -0500
I'm trying to change a font size for a particular page in an instance. 

I have an element <FORM> that I want to use to enclose the text I want
to change.  In this case, it's a form that will be created using a table
for proper positioning.  It will look something like:

<form>
<table>
<row>
<entry>This is a line in the form</entry>
</row>
</table>
</form>

(I know that the table is not in proper format...it's just a sample)

the style sheet defines <form> as a simple-page-sequence with the font
size I want for the page.  The font size is not being used for the
children of <form>.  Do I need to specify the same settings for all
children of <form>?
(element (FORM TABLE ROW ENTRY) ($form-style$))

I'm using Norm's DOCBOOK style sheet to handle table processing.  Output
is RTF.

...Chuck Darney


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread