Justified text

  • Thread starter Thread starter Fred
  • Start date Start date
Use File Menu | Preview in Browser.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Dear Front Page Users,

I too have a problem getting the justify option to work
correctly.

When I use the justify option on some paragraphs or text,
it seems to work fine.

However, I seem to get a scenerio where I have text in
cells inside tables, (both single level tables and nested
tables), that appears justified in page view, but does not
justify when previewed in the browser.

It also fails in plain preview mode.

It occurs in both htm and asp pages.

Some examples:

http://www.virginiamountaineer.com/page2.html#page2photo

and

http://www.virginiamountaineer.com/classifieds.asp

Anyone have an idea how to over come this problem?

If i look at the html code, it has something like <td
width="50%" align="justify" height="160" valign="top">
<font face="Arial"
size="2">

Shouldn't there be a <p align"justify"> in there some
place?

NOTE: These links will expire around April 23 or 24 and
move to the April 15th backissues section.
 
Me again,

I seemed to answered my own problem.

When I added a <p align="justify"> and </p> after the <td>
and <font> marker, the problem went away.

Front page seems to get a little confused sometimes where
to put those when you are inside of a cell appearantly.

Good luck,

David B.
 
wait till you test your pages against opera and mozilla browsers. ;-)
tip:
it's usually the border style: collapse that FrontPage adds to tables.
 
Back
Top