Word Wrapping in FP 2003

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

I have an issue with word wrapping on smaller screens using Front Page
as a web application. What I am asking is, how do I stop the words
from wrapping? Currently, I am using tables and on the smaller screen
it wraps if the line is longer than 20 characters. However, on a
normal desktop it doesn't wrap at all. Any help or suggestions would
be greatly appreciated.

Chris
 
One way is to put the text in a table cell, and then in
Cell Properties, select No Wrap. However, that doesn't
work in all browsers.

Another is to put your text in a tble cell, and give the
cell a large enough width in pixels.

Another is to change your spaces to   sequences.

Another is to be glad your text wraps, because that way it
isn't off the screen for visitors with narrow browser
windows.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Thank you Jim... I am glad my words wrap and don't go off the screen.
But do you know why it doesn't work in all browsers, or is it because
their browser needs to be updated?

Again thanks,
Chris
 
Some older browsers, particularly old Netscape browsers, simply don't
implement this feature.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Back
Top