FrontPage (Text Area)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to justify text in a text area, but specifying this in the Text Area
Box Properties makes no difference. I also want to have several different
font sizes in one area (ie headings and sub headings) - is this possible, and
if so how?
 
Not possible to do this in a form field.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Right click the text area...properties, go to style....see what option you
can change in there.
which will add code something like, for example

<textarea rows="2" name="S1" cols="20" STYLE="TEXT-ALIGN: JUSTIFY
 
Back
Top