PC Review


Reply
Thread Tools Rate Thread

Can't keep table from expanding

 
 
=?Utf-8?B?Q2F0dA==?=
Guest
Posts: n/a
 
      18th Apr 2007
I've made allot of tables but I made one today in FP03 and anytime I try to
type into the first cell the cell expands as soon as I start typing. Can
someone check it and tell me why it's doing this and how I can correct it?
Thanks and the link is below.
Catt
http://www.caturner.com/generators_&_lights.htm
 
Reply With Quote
 
 
 
 
Stefan B Rusynko
Guest
Posts: n/a
 
      18th Apr 2007
Nothing is wrong w/ your table
Your table is 309 px wide w/o any cell size so the cells will adjust to try to fill the 309 px until all cells have content
- you can set cell sizes to prevent that
But All table/cell sizes are minimums and the table may adjust to be larger if your cell content requires a larger table (because
the content can't wrap or you insert images that are too large

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"Catt" <(E-Mail Removed)> wrote in message news:2135CBED-8F3A-44DC-9A6F-(E-Mail Removed)...
| I've made allot of tables but I made one today in FP03 and anytime I try to
| type into the first cell the cell expands as soon as I start typing. Can
| someone check it and tell me why it's doing this and how I can correct it?
| Thanks and the link is below.
| Catt
| http://www.caturner.com/generators_&_lights.htm


 
Reply With Quote
 
=?Utf-8?B?Q2F0dA==?=
Guest
Posts: n/a
 
      18th Apr 2007
Thanks for your reply. I don't get how you saw that my cell was 309 px wide
unless you are just measuring it in html. When I open cell properties there
is nothing in "specify size" the box has no check mark in it. Therefore I
understand that to mean that I can move the cell width if I want by dragging
the cell margin bar. My cell and table properties are set to default. I
must be missing something can you explain further?
Catt

"Stefan B Rusynko" wrote:

> Nothing is wrong w/ your table
> Your table is 309 px wide w/o any cell size so the cells will adjust to try to fill the 309 px until all cells have content
> - you can set cell sizes to prevent that
> But All table/cell sizes are minimums and the table may adjust to be larger if your cell content requires a larger table (because
> the content can't wrap or you insert images that are too large
>
> --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> _____________________________________________
>
>
> "Catt" <(E-Mail Removed)> wrote in message news:2135CBED-8F3A-44DC-9A6F-(E-Mail Removed)...
> | I've made allot of tables but I made one today in FP03 and anytime I try to
> | type into the first cell the cell expands as soon as I start typing. Can
> | someone check it and tell me why it's doing this and how I can correct it?
> | Thanks and the link is below.
> | Catt
> | http://www.caturner.com/generators_&_lights.htm
>
>
>

 
Reply With Quote
 
Rob Giordano \(Crash\)
Guest
Posts: n/a
 
      18th Apr 2007
Your TABLE is 309...how can we see it?...anyone can just View Source or open
your page in FP.

ps...Don't drag table or cell borders to resize them.


"Catt" <(E-Mail Removed)> wrote in message
news:495830FC-6676-4AD4-85D7-(E-Mail Removed)...
| Thanks for your reply. I don't get how you saw that my cell was 309 px
wide
| unless you are just measuring it in html. When I open cell properties
there
| is nothing in "specify size" the box has no check mark in it. Therefore I
| understand that to mean that I can move the cell width if I want by
dragging
| the cell margin bar. My cell and table properties are set to default. I
| must be missing something can you explain further?
| Catt
|
| "Stefan B Rusynko" wrote:
|
| > Nothing is wrong w/ your table
| > Your table is 309 px wide w/o any cell size so the cells will adjust to
try to fill the 309 px until all cells have content
| > - you can set cell sizes to prevent that
| > But All table/cell sizes are minimums and the table may adjust to be
larger if your cell content requires a larger table (because
| > the content can't wrap or you insert images that are too large
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > _____________________________________________
| >
| >
| > "Catt" <(E-Mail Removed)> wrote in message
news:2135CBED-8F3A-44DC-9A6F-(E-Mail Removed)...
| > | I've made allot of tables but I made one today in FP03 and anytime I
try to
| > | type into the first cell the cell expands as soon as I start typing.
Can
| > | someone check it and tell me why it's doing this and how I can correct
it?
| > | Thanks and the link is below.
| > | Catt
| > | http://www.caturner.com/generators_&_lights.htm
| >
| >
| >


 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      18th Apr 2007
<table border="1" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" width="309">

Resizing tables or cells by dragging the borders will set a height
attribute for the table as well as the width for the cells. Table
height is illegal HTML, and will cause problems in some browsers. Use
cell properties to set the width of the cells.

Without explicit sizes, cell width will be shared between each cell in
proportion to the cells content. A cell with lots of content (compared
to other cells in the row) will be given a larger width than cells with
little (or no) content.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp



"Catt" <(E-Mail Removed)> wrote in message
news:495830FC-6676-4AD4-85D7-(E-Mail Removed):

> Thanks for your reply. I don't get how you saw that my cell was 309 px wide
> unless you are just measuring it in html. When I open cell properties there
> is nothing in "specify size" the box has no check mark in it. Therefore I
> understand that to mean that I can move the cell width if I want by dragging
> the cell margin bar. My cell and table properties are set to default. I
> must be missing something can you explain further?
> Catt
>
> "Stefan B Rusynko" wrote:
>
> > Nothing is wrong w/ your table
> > Your table is 309 px wide w/o any cell size so the cells will adjust to try to fill the 309 px until all cells have content
> > - you can set cell sizes to prevent that
> > But All table/cell sizes are minimums and the table may adjust to be larger if your cell content requires a larger table (because
> > the content can't wrap or you insert images that are too large
> >
> > --
> >
> > _____________________________________________
> > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> > "Warning - Using the F1 Key will not break anything!" (-;
> > _____________________________________________
> >
> >
> > "Catt" <(E-Mail Removed)> wrote in message news:2135CBED-8F3A-44DC-9A6F-(E-Mail Removed)...
> > | I've made allot of tables but I made one today in FP03 and anytime I try to
> > | type into the first cell the cell expands as soon as I start typing. Can
> > | someone check it and tell me why it's doing this and how I can correct it?
> > | Thanks and the link is below.
> > | Catt
> > | http://www.caturner.com/generators_&_lights.htm
> >
> >
> >


 
Reply With Quote
 
=?Utf-8?B?Q2F0dA==?=
Guest
Posts: n/a
 
      18th Apr 2007
Thanks for all the replies but the point is this table is not reacting the
same way as all of the other tables I've made in web with FP. I created a
table with 2 rows and 4 columns wide at 95 percent. In the past when I start
typing in the first cell the text would fill the cell up to the margin. If
the text filled the line it (FP) would increase the height of the cell and
not the width. The cell would grow in height and not in width. Thats not
what's happening here in this table. As soon as I type a letter or letters in
to the first cell it drives the right margin of the cell toward the other
cells squashing them into nothingness. I don't know how to make this more
clear. There are a few hundred tables in my FP created website. I created
each one of them.
So, again, why is this table not reacting the same?

"Ronx" wrote:

> <table border="1" cellpadding="0" cellspacing="0"
> style="border-collapse: collapse" width="309">
>
> Resizing tables or cells by dragging the borders will set a height
> attribute for the table as well as the width for the cells. Table
> height is illegal HTML, and will cause problems in some browsers. Use
> cell properties to set the width of the cells.
>
> Without explicit sizes, cell width will be shared between each cell in
> proportion to the cells content. A cell with lots of content (compared
> to other cells in the row) will be given a larger width than cells with
> little (or no) content.
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
> FrontPage Support: http://www.frontpagemvps.com/
> http://www.rxs-enterprises.org/fp
>
>
>
> "Catt" <(E-Mail Removed)> wrote in message
> news:495830FC-6676-4AD4-85D7-(E-Mail Removed):
>
> > Thanks for your reply. I don't get how you saw that my cell was 309 px wide
> > unless you are just measuring it in html. When I open cell properties there
> > is nothing in "specify size" the box has no check mark in it. Therefore I
> > understand that to mean that I can move the cell width if I want by dragging
> > the cell margin bar. My cell and table properties are set to default. I
> > must be missing something can you explain further?
> > Catt
> >
> > "Stefan B Rusynko" wrote:
> >
> > > Nothing is wrong w/ your table
> > > Your table is 309 px wide w/o any cell size so the cells will adjust to try to fill the 309 px until all cells have content
> > > - you can set cell sizes to prevent that
> > > But All table/cell sizes are minimums and the table may adjust to be larger if your cell content requires a larger table (because
> > > the content can't wrap or you insert images that are too large
> > >
> > > --
> > >
> > > _____________________________________________
> > > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> > > "Warning - Using the F1 Key will not break anything!" (-;
> > > _____________________________________________
> > >
> > >
> > > "Catt" <(E-Mail Removed)> wrote in message news:2135CBED-8F3A-44DC-9A6F-(E-Mail Removed)...
> > > | I've made allot of tables but I made one today in FP03 and anytime I try to
> > > | type into the first cell the cell expands as soon as I start typing. Can
> > > | someone check it and tell me why it's doing this and how I can correct it?
> > > | Thanks and the link is below.
> > > | Catt
> > > | http://www.caturner.com/generators_&_lights.htm
> > >
> > >
> > >

>
>

 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      18th Apr 2007
Can you provide a URL to this page?

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================


"Catt" <(E-Mail Removed)> wrote in message
news:00BF32BE-4096-4224-B36D-(E-Mail Removed)...
> Thanks for all the replies but the point is this table is not reacting the
> same way as all of the other tables I've made in web with FP. I created a
> table with 2 rows and 4 columns wide at 95 percent. In the past when I start
> typing in the first cell the text would fill the cell up to the margin. If
> the text filled the line it (FP) would increase the height of the cell and
> not the width. The cell would grow in height and not in width. Thats not
> what's happening here in this table. As soon as I type a letter or letters in
> to the first cell it drives the right margin of the cell toward the other
> cells squashing them into nothingness. I don't know how to make this more
> clear. There are a few hundred tables in my FP created website. I created
> each one of them.
> So, again, why is this table not reacting the same?
>
> "Ronx" wrote:
>
>> <table border="1" cellpadding="0" cellspacing="0"
>> style="border-collapse: collapse" width="309">
>>
>> Resizing tables or cells by dragging the borders will set a height
>> attribute for the table as well as the width for the cells. Table
>> height is illegal HTML, and will cause problems in some browsers. Use
>> cell properties to set the width of the cells.
>>
>> Without explicit sizes, cell width will be shared between each cell in
>> proportion to the cells content. A cell with lots of content (compared
>> to other cells in the row) will be given a larger width than cells with
>> little (or no) content.
>> --
>> Ron Symonds - Microsoft MVP (FrontPage)
>> Reply only to group - emails will be deleted unread.
>> FrontPage Support: http://www.frontpagemvps.com/
>> http://www.rxs-enterprises.org/fp
>>
>>
>>
>> "Catt" <(E-Mail Removed)> wrote in message
>> news:495830FC-6676-4AD4-85D7-(E-Mail Removed):
>>
>> > Thanks for your reply. I don't get how you saw that my cell was 309 px wide
>> > unless you are just measuring it in html. When I open cell properties there
>> > is nothing in "specify size" the box has no check mark in it. Therefore I
>> > understand that to mean that I can move the cell width if I want by dragging
>> > the cell margin bar. My cell and table properties are set to default. I
>> > must be missing something can you explain further?
>> > Catt
>> >
>> > "Stefan B Rusynko" wrote:
>> >
>> > > Nothing is wrong w/ your table
>> > > Your table is 309 px wide w/o any cell size so the cells will adjust to try to fill the 309
>> > > px until all cells have content
>> > > - you can set cell sizes to prevent that
>> > > But All table/cell sizes are minimums and the table may adjust to be larger if your cell
>> > > content requires a larger table (because
>> > > the content can't wrap or you insert images that are too large
>> > >
>> > > --
>> > >
>> > > _____________________________________________
>> > > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
>> > > "Warning - Using the F1 Key will not break anything!" (-;
>> > > _____________________________________________
>> > >
>> > >
>> > > "Catt" <(E-Mail Removed)> wrote in message
>> > > news:2135CBED-8F3A-44DC-9A6F-(E-Mail Removed)...
>> > > | I've made allot of tables but I made one today in FP03 and anytime I try to
>> > > | type into the first cell the cell expands as soon as I start typing. Can
>> > > | someone check it and tell me why it's doing this and how I can correct it?
>> > > | Thanks and the link is below.
>> > > | Catt
>> > > | http://www.caturner.com/generators_&_lights.htm
>> > >
>> > >
>> > >

>>
>>



 
Reply With Quote
 
=?Utf-8?B?Q2F0dA==?=
Guest
Posts: n/a
 
      19th Apr 2007
Yes, here it is:
http://www.caturner.com/generators_&_lights.htm
Thanks,
Catt

"Thomas A. Rowe" wrote:

> Can you provide a URL to this page?
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
>
> http://www.Ecom-Data.com
> ==============================================
>
>
> "Catt" <(E-Mail Removed)> wrote in message
> news:00BF32BE-4096-4224-B36D-(E-Mail Removed)...
> > Thanks for all the replies but the point is this table is not reacting the
> > same way as all of the other tables I've made in web with FP. I created a
> > table with 2 rows and 4 columns wide at 95 percent. In the past when I start
> > typing in the first cell the text would fill the cell up to the margin. If
> > the text filled the line it (FP) would increase the height of the cell and
> > not the width. The cell would grow in height and not in width. Thats not
> > what's happening here in this table. As soon as I type a letter or letters in
> > to the first cell it drives the right margin of the cell toward the other
> > cells squashing them into nothingness. I don't know how to make this more
> > clear. There are a few hundred tables in my FP created website. I created
> > each one of them.
> > So, again, why is this table not reacting the same?
> >
> > "Ronx" wrote:
> >
> >> <table border="1" cellpadding="0" cellspacing="0"
> >> style="border-collapse: collapse" width="309">
> >>
> >> Resizing tables or cells by dragging the borders will set a height
> >> attribute for the table as well as the width for the cells. Table
> >> height is illegal HTML, and will cause problems in some browsers. Use
> >> cell properties to set the width of the cells.
> >>
> >> Without explicit sizes, cell width will be shared between each cell in
> >> proportion to the cells content. A cell with lots of content (compared
> >> to other cells in the row) will be given a larger width than cells with
> >> little (or no) content.
> >> --
> >> Ron Symonds - Microsoft MVP (FrontPage)
> >> Reply only to group - emails will be deleted unread.
> >> FrontPage Support: http://www.frontpagemvps.com/
> >> http://www.rxs-enterprises.org/fp
> >>
> >>
> >>
> >> "Catt" <(E-Mail Removed)> wrote in message
> >> news:495830FC-6676-4AD4-85D7-(E-Mail Removed):
> >>
> >> > Thanks for your reply. I don't get how you saw that my cell was 309 px wide
> >> > unless you are just measuring it in html. When I open cell properties there
> >> > is nothing in "specify size" the box has no check mark in it. Therefore I
> >> > understand that to mean that I can move the cell width if I want by dragging
> >> > the cell margin bar. My cell and table properties are set to default. I
> >> > must be missing something can you explain further?
> >> > Catt
> >> >
> >> > "Stefan B Rusynko" wrote:
> >> >
> >> > > Nothing is wrong w/ your table
> >> > > Your table is 309 px wide w/o any cell size so the cells will adjust to try to fill the 309
> >> > > px until all cells have content
> >> > > - you can set cell sizes to prevent that
> >> > > But All table/cell sizes are minimums and the table may adjust to be larger if your cell
> >> > > content requires a larger table (because
> >> > > the content can't wrap or you insert images that are too large
> >> > >
> >> > > --
> >> > >
> >> > > _____________________________________________
> >> > > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> >> > > "Warning - Using the F1 Key will not break anything!" (-;
> >> > > _____________________________________________
> >> > >
> >> > >
> >> > > "Catt" <(E-Mail Removed)> wrote in message
> >> > > news:2135CBED-8F3A-44DC-9A6F-(E-Mail Removed)...
> >> > > | I've made allot of tables but I made one today in FP03 and anytime I try to
> >> > > | type into the first cell the cell expands as soon as I start typing. Can
> >> > > | someone check it and tell me why it's doing this and how I can correct it?
> >> > > | Thanks and the link is below.
> >> > > | Catt
> >> > > | http://www.caturner.com/generators_&_lights.htm
> >> > >
> >> > >
> >> > >
> >>
> >>

>
>
>

 
Reply With Quote
 
Rob Giordano \(Crash\)
Guest
Posts: n/a
 
      19th Apr 2007
Did you try setting a cell width?


"Catt" <(E-Mail Removed)> wrote in message
news:00BF32BE-4096-4224-B36D-(E-Mail Removed)...
| Thanks for all the replies but the point is this table is not reacting the
| same way as all of the other tables I've made in web with FP. I created a
| table with 2 rows and 4 columns wide at 95 percent. In the past when I
start
| typing in the first cell the text would fill the cell up to the margin.
If
| the text filled the line it (FP) would increase the height of the cell and
| not the width. The cell would grow in height and not in width. Thats not
| what's happening here in this table. As soon as I type a letter or letters
in
| to the first cell it drives the right margin of the cell toward the other
| cells squashing them into nothingness. I don't know how to make this more
| clear. There are a few hundred tables in my FP created website. I
created
| each one of them.
| So, again, why is this table not reacting the same?
|
| "Ronx" wrote:
|
| > <table border="1" cellpadding="0" cellspacing="0"
| > style="border-collapse: collapse" width="309">
| >
| > Resizing tables or cells by dragging the borders will set a height
| > attribute for the table as well as the width for the cells. Table
| > height is illegal HTML, and will cause problems in some browsers. Use
| > cell properties to set the width of the cells.
| >
| > Without explicit sizes, cell width will be shared between each cell in
| > proportion to the cells content. A cell with lots of content (compared
| > to other cells in the row) will be given a larger width than cells with
| > little (or no) content.
| > --
| > Ron Symonds - Microsoft MVP (FrontPage)
| > Reply only to group - emails will be deleted unread.
| > FrontPage Support: http://www.frontpagemvps.com/
| > http://www.rxs-enterprises.org/fp
| >
| >
| >
| > "Catt" <(E-Mail Removed)> wrote in message
| > news:495830FC-6676-4AD4-85D7-(E-Mail Removed):
| >
| > > Thanks for your reply. I don't get how you saw that my cell was 309
px wide
| > > unless you are just measuring it in html. When I open cell properties
there
| > > is nothing in "specify size" the box has no check mark in it.
Therefore I
| > > understand that to mean that I can move the cell width if I want by
dragging
| > > the cell margin bar. My cell and table properties are set to default.
I
| > > must be missing something can you explain further?
| > > Catt
| > >
| > > "Stefan B Rusynko" wrote:
| > >
| > > > Nothing is wrong w/ your table
| > > > Your table is 309 px wide w/o any cell size so the cells will adjust
to try to fill the 309 px until all cells have content
| > > > - you can set cell sizes to prevent that
| > > > But All table/cell sizes are minimums and the table may adjust to be
larger if your cell content requires a larger table (because
| > > > the content can't wrap or you insert images that are too large
| > > >
| > > > --
| > > >
| > > > _____________________________________________
| > > > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > > > "Warning - Using the F1 Key will not break anything!" (-;
| > > > _____________________________________________
| > > >
| > > >
| > > > "Catt" <(E-Mail Removed)> wrote in message
news:2135CBED-8F3A-44DC-9A6F-(E-Mail Removed)...
| > > > | I've made allot of tables but I made one today in FP03 and anytime
I try to
| > > > | type into the first cell the cell expands as soon as I start
typing. Can
| > > > | someone check it and tell me why it's doing this and how I can
correct it?
| > > > | Thanks and the link is below.
| > > > | Catt
| > > > | http://www.caturner.com/generators_&_lights.htm
| > > >
| > > >
| > > >
| >
| >


 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      19th Apr 2007
If you put content in the other cells, they will sort themselves out.
Or, set cell sizes as well as the table size. Use cell properties to
set the cell sizes.

Your table is behaving exactly as it should.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp



"Catt" <(E-Mail Removed)> wrote in message
news:00BF32BE-4096-4224-B36D-(E-Mail Removed):

> Thanks for all the replies but the point is this table is not reacting the
> same way as all of the other tables I've made in web with FP. I created a
> table with 2 rows and 4 columns wide at 95 percent. In the past when I start
> typing in the first cell the text would fill the cell up to the margin. If
> the text filled the line it (FP) would increase the height of the cell and
> not the width. The cell would grow in height and not in width. Thats not
> what's happening here in this table. As soon as I type a letter or letters in
> to the first cell it drives the right margin of the cell toward the other
> cells squashing them into nothingness. I don't know how to make this more
> clear. There are a few hundred tables in my FP created website. I created
> each one of them.
> So, again, why is this table not reacting the same?
>
> "Ronx" wrote:
>
> > <table border="1" cellpadding="0" cellspacing="0"
> > style="border-collapse: collapse" width="309">
> >
> > Resizing tables or cells by dragging the borders will set a height
> > attribute for the table as well as the width for the cells. Table
> > height is illegal HTML, and will cause problems in some browsers. Use
> > cell properties to set the width of the cells.
> >
> > Without explicit sizes, cell width will be shared between each cell in
> > proportion to the cells content. A cell with lots of content (compared
> > to other cells in the row) will be given a larger width than cells with
> > little (or no) content.
> > --
> > Ron Symonds - Microsoft MVP (FrontPage)
> > Reply only to group - emails will be deleted unread.
> > FrontPage Support: http://www.frontpagemvps.com/
> > http://www.rxs-enterprises.org/fp
> >
> >
> >
> > "Catt" <(E-Mail Removed)> wrote in message
> > news:495830FC-6676-4AD4-85D7-(E-Mail Removed):
> >
> > > Thanks for your reply. I don't get how you saw that my cell was 309 px wide
> > > unless you are just measuring it in html. When I open cell properties there
> > > is nothing in "specify size" the box has no check mark in it. Therefore I
> > > understand that to mean that I can move the cell width if I want by dragging
> > > the cell margin bar. My cell and table properties are set to default. I
> > > must be missing something can you explain further?
> > > Catt
> > >
> > > "Stefan B Rusynko" wrote:
> > >
> > > > Nothing is wrong w/ your table
> > > > Your table is 309 px wide w/o any cell size so the cells will adjust to try to fill the 309 px until all cells have content
> > > > - you can set cell sizes to prevent that
> > > > But All table/cell sizes are minimums and the table may adjust to be larger if your cell content requires a larger table (because
> > > > the content can't wrap or you insert images that are too large
> > > >
> > > > --
> > > >
> > > > _____________________________________________
> > > > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> > > > "Warning - Using the F1 Key will not break anything!" (-;
> > > > _____________________________________________
> > > >
> > > >
> > > > "Catt" <(E-Mail Removed)> wrote in message news:2135CBED-8F3A-44DC-9A6F-(E-Mail Removed)...
> > > > | I've made allot of tables but I made one today in FP03 and anytime I try to
> > > > | type into the first cell the cell expands as soon as I start typing. Can
> > > > | someone check it and tell me why it's doing this and how I can correct it?
> > > > | Thanks and the link is below.
> > > > | Catt
> > > > | http://www.caturner.com/generators_&_lights.htm
> > > >
> > > >
> > > >

> >
> >


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Expanding the table in MS Access =?Utf-8?B?c2FkYXQ=?= Microsoft Access Database Table Design 2 9th Jul 2007 03:38 PM
My Table's keep on expanding =?Utf-8?B?bmV3IGZyb250IHBhZ2UgdXNlcg==?= Microsoft Frontpage 1 14th Dec 2006 12:01 PM
Expanding Table of Contents =?Utf-8?B?U2FyYUtpbm5leQ==?= Microsoft Word Document Management 1 29th Aug 2006 10:46 AM
Excel formula in an expanding table =?Utf-8?B?S2VhZHk=?= Microsoft Excel Misc 1 30th Jul 2005 05:03 PM
Table Rows Expanding by Themselves Chuck Microsoft Frontpage 1 6th Nov 2003 01:28 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:12 PM.