Text makes cell expand Can I wrap text?

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

Guest

I am fairly new at this using FP2003

I have created a DWT and linked a few pages.
On one of the pages there is quite a bit of text to add. When I add the
text, it automatically expands the cell I am working in which makes
everything else out of wack??
Can anybody help?
 
Table/cells are minimums and will always expand to fit the non wrapable content

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I am fairly new at this using FP2003
|
| I have created a DWT and linked a few pages.
| On one of the pages there is quite a bit of text to add. When I add the
| text, it automatically expands the cell I am working in which makes
| everything else out of wack??
| Can anybody help?
|
 
Thanks Stefan but is there anyway of wrapping the text so that it fits within
the cell rather than expanding it?
 
If the text you are entering is a long string of characters with no spaces,
no. In other words, there is no way to 'programmatically' wrap a text entry
like this -

antidisestablishmentariansimpneumonicamicroscopicasilicavolcanicaniosis

--
Murray
--------------
MVP FrontPage


Stadinx said:
Thanks Stefan but is there anyway of wrapping the text so that it fits
within
the cell rather than expanding it?

Stefan B Rusynko said:
Table/cells are minimums and will always expand to fit the non wrapable
content

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I am fairly new at this using FP2003
|
| I have created a DWT and linked a few pages.
| On one of the pages there is quite a bit of text to add. When I add
the
| text, it automatically expands the cell I am working in which makes
| everything else out of wack??
| Can anybody help?
|
 
Stadinx said:
Thanks Stefan but is there anyway of wrapping the text so that it
fits within
the cell rather than expanding it?

Type in what you want to be on the 1st line
Then in code view add <br> to look like this:
Type in what you want to be on the 1st line<br>

Do this for every line of text. <br> is a carriage return.
Works for me anyway.

Tom J
 
You don't have switch to Code View, just press SHIFT+Enter.

--
==============================================
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.
==============================================
 
Thanks for your input guys. I have been doing the shift+enter thing but
thought there may be a quicker way as there is a lot of text on the page.
Cheers Stadinx
 
What are you forcing the lines to wrap?

--
==============================================
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.
==============================================
 
But is should wrap automatically.

--
==============================================
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.
==============================================
 
Thats what i thought. Only, it pushes the cell out by about 20px making it
wider than the other pages on my site?, leaving some of the grpahics out of
proportion.
 
Using SHIFT+Enter (<br>) will still not solve the problem with any content that can not wrap.

--
==============================================
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.
==============================================
 
Back
Top