text format help

P

Paul M

Hi
Is it possible to format text so that it appears in columns like in
newspapers.
thanks
Paul M
 
S

Steve Easton

Only if you create a 1 row 2 column table with fixed widths assigned.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
T

Thomas A. Rowe

Yes, with tables/cells or CSS.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Thomas A. Rowe

In your IE address bar type:

? Creating Newspaper layout with CSS

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Thomas A. Rowe

If you are talking about between columns, you have do it manually. HTML is not like Word or
Publisher, that can auto-flow text between columns.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
G

Guess Who

What I want to do is have a 2 box frame with a picture in the right
box and text in the left box. The problem is when I put text in the
left box it won't drop wrap down a line when it gets too wide for the
column it is in. Any idea's?
 
T

Thomas A. Rowe

Do not use text box, as they are only supported in IE browsers under Windows, use tables/cells.

See:
http://www.ycoln-resources.com/help/tables.htm

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
J

Jens Peter Karlsen[FP MVP]

What do you mean by "box frame"?
If you are talking about table cells, make sure you haven't specified
no-wrap for the cell.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: Guess Who [mailto:[email protected]]
Posted At: 26. januar 2005 12:14
Posted To: microsoft.public.frontpage.client
Conversation: text format help
Subject: Re: text format help


What I want to do is have a 2 box frame with a picture in the
right box and text in the left box. The problem is when I put
text in the left box it won't drop wrap down a line when it
gets too wide for the column it is in. Any idea's?
If you are talking about between columns, you have do it manually. HTML
is not like Word or Publisher, that can auto-flow text
between columns.
 
Top