Tables set in CSS are collapsing

G

Guest

I have created a 15 row by 2 column wide table within the design space and
all is okay however, I now want to position the table using CSS but when I do
this and run 'Preview' or 'Preview in browser' all the cells seem to take on
the CSS positioning parameters and so collapse into a single cell.

They look okay in design view.

When I click on any cell they have the 'Normal' style but when I click on
the table it has the CSS style that I want which is:

..BA_Table_Links { position: absolute; left: 34; top: 215; width: 733 }

Obviously I am doing something wrong but can't see what.

FP2003

Any help warmly received..... ;-)
 
T

Thomas A. Rowe

Why not just select the table and then under table properties, select to center the table?

--
==============================================
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.
==============================================
 
G

Guest

Everything else is placed by CSS. If I just centre then if the page is
expanded the table will be off to the right.

Also, I have to get the vertical placement correct too.

Is what I am trying to do not possible?
 
T

Thomas A. Rowe

If the table is centered, it would always be centered in the browser window no matter how wide the
window is.

Personally, I do my best to avoid using CSS for layout.

--
==============================================
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.
==============================================
 
G

Guest

This is fine if everything else can float but it cannot.

I have style boxes for text panes that expand downwards if needed but next
to them arre relavant photographs in a similarly sized stlye box..... Unes
the spacing between the boxes is dynimically calculated they will be fixed
but the table off centre (relative to them).

If I had the time to make relative spacings between objects I would float
the whole lot.
 
T

Thomas A. Rowe

FYI: If you use the FP drawing tools for the text boxes, only IE users under Windows will see them.

--
==============================================
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.
==============================================
 
G

Guest

I just used an 'insert table' command.

Are you saying that I cannot place a table in CSS without the cells of the
table adopting the same positioning?
 
T

Thomas A. Rowe

Cell are part of the table, but I am not sure exactly what you are asking.

--
==============================================
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.
==============================================
 
G

Guest

I have created a table.

The table has 30 cells (15 rows by 2 columns).

I have defined the cell borders etc. and the table looks okay in design and
split views.

To please the table on my page I have created a style in the CSS that sets
the top left of the table.

Everything still looks okay in design and split view HOWEVER, when I preview
or preview in browser the whole table collapses into a single row.

The cells are all still there along with their content as I can see text
overlaying the lower cells.... basically one line of gobbledygook.

It seems as though the cells have all, individually inherited the
positioning of the table.

I am 99.99% certain this should be possible as it is a fundamental
requirement to display data in tabular format and I cannot believe that the
CSS definition does not allow for this so I therefore assume it is something
that I am doing wrong.
 
J

Jon Spivey

Hi,
We're going to need to see this page. Can you stick it on the web somewhere
and give us a link?
 
S

Stefan B Rusynko

Apply the class to a div container for the table
In your head section
<style>
..BA_Table_Links { position: absolute; left: 34; top: 215; width: 733; }
</style>

In your body section (a 1 row table shown for simplicity)
<div class="BA_Table_Links">
<table border="0" width="100%"><tr>
<td>&nbsp;</td><td>&nbsp;</td>
</tr></table>
</div>

PS
Trust you are aware a left of 34 and width of 733 (total 767) may give you a scroll bar in most 800x600 windows
- recommend keeping the total under ~760
See http://hotwired.lycos.com/webmonkey/99/41/index3a_page2.html?tw=design
--

_____________________________________________
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 have created a table.
|
| The table has 30 cells (15 rows by 2 columns).
|
| I have defined the cell borders etc. and the table looks okay in design and
| split views.
|
| To please the table on my page I have created a style in the CSS that sets
| the top left of the table.
|
| Everything still looks okay in design and split view HOWEVER, when I preview
| or preview in browser the whole table collapses into a single row.
|
| The cells are all still there along with their content as I can see text
| overlaying the lower cells.... basically one line of gobbledygook.
|
| It seems as though the cells have all, individually inherited the
| positioning of the table.
|
| I am 99.99% certain this should be possible as it is a fundamental
| requirement to display data in tabular format and I cannot believe that the
| CSS definition does not allow for this so I therefore assume it is something
| that I am doing wrong.
|
|
|
|
| "Thomas A. Rowe" wrote:
|
| > Cell are part of the table, but I am not sure exactly what you are asking.
| >
| > --
| > ==============================================
| > 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.
| > ==============================================
| >
| > | > >I just used an 'insert table' command.
| > >
| > > Are you saying that I cannot place a table in CSS without the cells of the
| > > table adopting the same positioning?
| > >
| > >
| > >
| > > "Thomas A. Rowe" wrote:
| > >
| > >> FYI: If you use the FP drawing tools for the text boxes, only IE users under Windows will see
| > >> them.
| > >>
| > >> --
| > >> ==============================================
| > >> 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.
| > >> ==============================================
| > >>
| > >> | > >> > This is fine if everything else can float but it cannot.
| > >> >
| > >> > I have style boxes for text panes that expand downwards if needed but next
| > >> > to them arre relavant photographs in a similarly sized stlye box..... Unes
| > >> > the spacing between the boxes is dynimically calculated they will be fixed
| > >> > but the table off centre (relative to them).
| > >> >
| > >> > If I had the time to make relative spacings between objects I would float
| > >> > the whole lot.
| > >> >
| > >> >
| > >> > "Thomas A. Rowe" wrote:
| > >> >
| > >> >> If the table is centered, it would always be centered in the browser window no matter how wide
| > >> >> the
| > >> >> window is.
| > >> >>
| > >> >> Personally, I do my best to avoid using CSS for layout.
| > >> >>
| > >> >> --
| > >> >> ==============================================
| > >> >> 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.
| > >> >> ==============================================
| > >> >>
| > >> >> | > >> >> > Everything else is placed by CSS. If I just centre then if the page is
| > >> >> > expanded the table will be off to the right.
| > >> >> >
| > >> >> > Also, I have to get the vertical placement correct too.
| > >> >> >
| > >> >> > Is what I am trying to do not possible?
| > >> >> >
| > >> >> >
| > >> >> > "Thomas A. Rowe" wrote:
| > >> >> >
| > >> >> >> Why not just select the table and then under table properties, select to center the table?
| > >> >> >>
| > >> >> >> --
| > >> >> >> ==============================================
| > >> >> >> 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.
| > >> >> >> ==============================================
| > >> >> >>
| > >> >> >> | > >> >> >> >I have created a 15 row by 2 column wide table within the design space and
| > >> >> >> > all is okay however, I now want to position the table using CSS but when I do
| > >> >> >> > this and run 'Preview' or 'Preview in browser' all the cells seem to take on
| > >> >> >> > the CSS positioning parameters and so collapse into a single cell.
| > >> >> >> >
| > >> >> >> > They look okay in design view.
| > >> >> >> >
| > >> >> >> > When I click on any cell they have the 'Normal' style but when I click on
| > >> >> >> > the table it has the CSS style that I want which is:
| > >> >> >> >
| > >> >> >> > .BA_Table_Links { position: absolute; left: 34; top: 215; width: 733 }
| > >> >> >> >
| > >> >> >> > Obviously I am doing something wrong but can't see what.
| > >> >> >> >
| > >> >> >> > FP2003
| > >> >> >> >
| > >> >> >> > Any help warmly received..... ;-)
| > >> >> >> >
| > >> >> >>
| > >> >> >>
| > >> >> >>
| > >> >>
| > >> >>
| > >> >>
| > >>
| > >>
| > >>
| >
| >
| >
 
G

Guest

Thanks Stefan and I had not spotted the overrun of width.... I will fix this
now that I have an answer.

BTW: I gound some good table/CSS info here:
http://www.w3.org/TR/REC-CSS2/tables.html#q1



Stefan B Rusynko said:
Apply the class to a div container for the table
In your head section
<style>
..BA_Table_Links { position: absolute; left: 34; top: 215; width: 733; }
</style>

In your body section (a 1 row table shown for simplicity)
<div class="BA_Table_Links">
<table border="0" width="100%"><tr>
<td> </td><td> </td>
</tr></table>
</div>

PS
Trust you are aware a left of 34 and width of 733 (total 767) may give you a scroll bar in most 800x600 windows
- recommend keeping the total under ~760
See http://hotwired.lycos.com/webmonkey/99/41/index3a_page2.html?tw=design
--

_____________________________________________
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 have created a table.
|
| The table has 30 cells (15 rows by 2 columns).
|
| I have defined the cell borders etc. and the table looks okay in design and
| split views.
|
| To please the table on my page I have created a style in the CSS that sets
| the top left of the table.
|
| Everything still looks okay in design and split view HOWEVER, when I preview
| or preview in browser the whole table collapses into a single row.
|
| The cells are all still there along with their content as I can see text
| overlaying the lower cells.... basically one line of gobbledygook.
|
| It seems as though the cells have all, individually inherited the
| positioning of the table.
|
| I am 99.99% certain this should be possible as it is a fundamental
| requirement to display data in tabular format and I cannot believe that the
| CSS definition does not allow for this so I therefore assume it is something
| that I am doing wrong.
|
|
|
|
| "Thomas A. Rowe" wrote:
|
| > Cell are part of the table, but I am not sure exactly what you are asking.
| >
| > --
| > ==============================================
| > 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.
| > ==============================================
| >
| > | > >I just used an 'insert table' command.
| > >
| > > Are you saying that I cannot place a table in CSS without the cells of the
| > > table adopting the same positioning?
| > >
| > >
| > >
| > > "Thomas A. Rowe" wrote:
| > >
| > >> FYI: If you use the FP drawing tools for the text boxes, only IE users under Windows will see
| > >> them.
| > >>
| > >> --
| > >> ==============================================
| > >> 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.
| > >> ==============================================
| > >>
| > >> | > >> > This is fine if everything else can float but it cannot.
| > >> >
| > >> > I have style boxes for text panes that expand downwards if needed but next
| > >> > to them arre relavant photographs in a similarly sized stlye box..... Unes
| > >> > the spacing between the boxes is dynimically calculated they will be fixed
| > >> > but the table off centre (relative to them).
| > >> >
| > >> > If I had the time to make relative spacings between objects I would float
| > >> > the whole lot.
| > >> >
| > >> >
| > >> > "Thomas A. Rowe" wrote:
| > >> >
| > >> >> If the table is centered, it would always be centered in the browser window no matter how wide
| > >> >> the
| > >> >> window is.
| > >> >>
| > >> >> Personally, I do my best to avoid using CSS for layout.
| > >> >>
| > >> >> --
| > >> >> ==============================================
| > >> >> 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.
| > >> >> ==============================================
| > >> >>
| > >> >> | > >> >> > Everything else is placed by CSS. If I just centre then if the page is
| > >> >> > expanded the table will be off to the right.
| > >> >> >
| > >> >> > Also, I have to get the vertical placement correct too.
| > >> >> >
| > >> >> > Is what I am trying to do not possible?
| > >> >> >
| > >> >> >
| > >> >> > "Thomas A. Rowe" wrote:
| > >> >> >
| > >> >> >> Why not just select the table and then under table properties, select to center the table?
| > >> >> >>
| > >> >> >> --
| > >> >> >> ==============================================
| > >> >> >> 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.
| > >> >> >> ==============================================
| > >> >> >>
| > >> >> >> | > >> >> >> >I have created a 15 row by 2 column wide table within the design space and
| > >> >> >> > all is okay however, I now want to position the table using CSS but when I do
| > >> >> >> > this and run 'Preview' or 'Preview in browser' all the cells seem to take on
| > >> >> >> > the CSS positioning parameters and so collapse into a single cell.
| > >> >> >> >
| > >> >> >> > They look okay in design view.
| > >> >> >> >
| > >> >> >> > When I click on any cell they have the 'Normal' style but when I click on
| > >> >> >> > the table it has the CSS style that I want which is:
| > >> >> >> >
| > >> >> >> > .BA_Table_Links { position: absolute; left: 34; top: 215; width: 733 }
| > >> >> >> >
| > >> >> >> > Obviously I am doing something wrong but can't see what.
| > >> >> >> >
| > >> >> >> > FP2003
| > >> >> >> >
| > >> >> >> > Any help warmly received..... ;-)
| > >> >> >> >
| > >> >> >>
| > >> >> >>
| > >> >> >>
| > >> >>
| > >> >>
| > >> >>
| > >>
| > >>
| > >>
| >
| >
| >
 
K

Kevin Spencer

BTW, you might want to check any remaining legs. Even the good ones could
well be near worn out by now. See if they wobble. If so, use some good
carpenter glue and screws (not nails) if necessary. And remember, every time
you move a table, it puts stress on the legs, if you don't lift it
completely off the floor. This usually takes more than one person to do
correctly.

Unless it's a small table, of course.

--
;-),

Kevin Spencer
Microsoft MVP
..Net Developer
A watched clock never boils.

Cimbian said:
Thanks Stefan and I had not spotted the overrun of width.... I will fix
this
now that I have an answer.

BTW: I gound some good table/CSS info here:
http://www.w3.org/TR/REC-CSS2/tables.html#q1



Stefan B Rusynko said:
Apply the class to a div container for the table
In your head section
<style>
..BA_Table_Links { position: absolute; left: 34; top: 215; width: 733; }
</style>

In your body section (a 1 row table shown for simplicity)
<div class="BA_Table_Links">
<table border="0" width="100%"><tr>
<td> </td><td> </td>
</tr></table>
</div>

PS
Trust you are aware a left of 34 and width of 733 (total 767) may give
you a scroll bar in most 800x600 windows
- recommend keeping the total under ~760
See
http://hotwired.lycos.com/webmonkey/99/41/index3a_page2.html?tw=design
--

_____________________________________________
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 have created a table.
|
| The table has 30 cells (15 rows by 2 columns).
|
| I have defined the cell borders etc. and the table looks okay in design
and
| split views.
|
| To please the table on my page I have created a style in the CSS that
sets
| the top left of the table.
|
| Everything still looks okay in design and split view HOWEVER, when I
preview
| or preview in browser the whole table collapses into a single row.
|
| The cells are all still there along with their content as I can see
text
| overlaying the lower cells.... basically one line of gobbledygook.
|
| It seems as though the cells have all, individually inherited the
| positioning of the table.
|
| I am 99.99% certain this should be possible as it is a fundamental
| requirement to display data in tabular format and I cannot believe that
the
| CSS definition does not allow for this so I therefore assume it is
something
| that I am doing wrong.
|
|
|
|
| "Thomas A. Rowe" wrote:
|
| > Cell are part of the table, but I am not sure exactly what you are
asking.
| >
| > --
| > ==============================================
| > 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.
| > ==============================================
| >
| > | > >I just used an 'insert table' command.
| > >
| > > Are you saying that I cannot place a table in CSS without the cells
of the
| > > table adopting the same positioning?
| > >
| > >
| > >
| > > "Thomas A. Rowe" wrote:
| > >
| > >> FYI: If you use the FP drawing tools for the text boxes, only IE
users under Windows will see
| > >> them.
| > >>
| > >> --
| > >> ==============================================
| > >> 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.
| > >> ==============================================
| > >>
| > >> | > >> > This is fine if everything else can float but it cannot.
| > >> >
| > >> > I have style boxes for text panes that expand downwards if
needed but next
| > >> > to them arre relavant photographs in a similarly sized stlye
box..... Unes
| > >> > the spacing between the boxes is dynimically calculated they
will be fixed
| > >> > but the table off centre (relative to them).
| > >> >
| > >> > If I had the time to make relative spacings between objects I
would float
| > >> > the whole lot.
| > >> >
| > >> >
| > >> > "Thomas A. Rowe" wrote:
| > >> >
| > >> >> If the table is centered, it would always be centered in the
browser window no matter how wide
| > >> >> the
| > >> >> window is.
| > >> >>
| > >> >> Personally, I do my best to avoid using CSS for layout.
| > >> >>
| > >> >> --
| > >> >> ==============================================
| > >> >> 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.
| > >> >> ==============================================
| > >> >>
| > >> >> | > >> >> > Everything else is placed by CSS. If I just centre then if
the page is
| > >> >> > expanded the table will be off to the right.
| > >> >> >
| > >> >> > Also, I have to get the vertical placement correct too.
| > >> >> >
| > >> >> > Is what I am trying to do not possible?
| > >> >> >
| > >> >> >
| > >> >> > "Thomas A. Rowe" wrote:
| > >> >> >
| > >> >> >> Why not just select the table and then under table
properties, select to center the table?
| > >> >> >>
| > >> >> >> --
| > >> >> >> ==============================================
| > >> >> >> 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.
| > >> >> >> ==============================================
| > >> >> >>
message
| > >> >> >> | > >> >> >> >I have created a 15 row by 2 column wide table within the
design space and
| > >> >> >> > all is okay however, I now want to position the table
using CSS but when I do
| > >> >> >> > this and run 'Preview' or 'Preview in browser' all the
cells seem to take on
| > >> >> >> > the CSS positioning parameters and so collapse into a
single cell.
| > >> >> >> >
| > >> >> >> > They look okay in design view.
| > >> >> >> >
| > >> >> >> > When I click on any cell they have the 'Normal' style but
when I click on
| > >> >> >> > the table it has the CSS style that I want which is:
| > >> >> >> >
| > >> >> >> > .BA_Table_Links { position: absolute; left: 34; top: 215;
width: 733 }
| > >> >> >> >
| > >> >> >> > Obviously I am doing something wrong but can't see what.
| > >> >> >> >
| > >> >> >> > FP2003
| > >> >> >> >
| > >> >> >> > Any help warmly received..... ;-)
| > >> >> >> >
| > >> >> >>
| > >> >> >>
| > >> >> >>
| > >> >>
| > >> >>
| > >> >>
| > >>
| > >>
| > >>
| >
| >
| >
 
R

Rob Giordano \(Crash\)

Off on your carpentry gig again eh?



| BTW, you might want to check any remaining legs. Even the good ones could
| well be near worn out by now. See if they wobble. If so, use some good
| carpenter glue and screws (not nails) if necessary. And remember, every
time
| you move a table, it puts stress on the legs, if you don't lift it
| completely off the floor. This usually takes more than one person to do
| correctly.
|
| Unless it's a small table, of course.
|
| --
| ;-),
|
| Kevin Spencer
| Microsoft MVP
| .Net Developer
| A watched clock never boils.
|
| | > Thanks Stefan and I had not spotted the overrun of width.... I will fix
| > this
| > now that I have an answer.
| >
| > BTW: I gound some good table/CSS info here:
| > http://www.w3.org/TR/REC-CSS2/tables.html#q1
| >
| >
| >
| > "Stefan B Rusynko" wrote:
| >
| >> Apply the class to a div container for the table
| >> In your head section
| >> <style>
| >> ..BA_Table_Links { position: absolute; left: 34; top: 215; width:
733; }
| >> </style>
| >>
| >> In your body section (a 1 row table shown for simplicity)
| >> <div class="BA_Table_Links">
| >> <table border="0" width="100%"><tr>
| >> <td> </td><td> </td>
| >> </tr></table>
| >> </div>
| >>
| >> PS
| >> Trust you are aware a left of 34 and width of 733 (total 767) may give
| >> you a scroll bar in most 800x600 windows
| >> - recommend keeping the total under ~760
| >> See
| >> http://hotwired.lycos.com/webmonkey/99/41/index3a_page2.html?tw=design
| >> --
| >>
| >> _____________________________________________
| >> 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 have created a table.
| >> |
| >> | The table has 30 cells (15 rows by 2 columns).
| >> |
| >> | I have defined the cell borders etc. and the table looks okay in
design
| >> and
| >> | split views.
| >> |
| >> | To please the table on my page I have created a style in the CSS that
| >> sets
| >> | the top left of the table.
| >> |
| >> | Everything still looks okay in design and split view HOWEVER, when I
| >> preview
| >> | or preview in browser the whole table collapses into a single row.
| >> |
| >> | The cells are all still there along with their content as I can see
| >> text
| >> | overlaying the lower cells.... basically one line of gobbledygook.
| >> |
| >> | It seems as though the cells have all, individually inherited the
| >> | positioning of the table.
| >> |
| >> | I am 99.99% certain this should be possible as it is a fundamental
| >> | requirement to display data in tabular format and I cannot believe
that
| >> the
| >> | CSS definition does not allow for this so I therefore assume it is
| >> something
| >> | that I am doing wrong.
| >> |
| >> |
| >> |
| >> |
| >> | "Thomas A. Rowe" wrote:
| >> |
| >> | > Cell are part of the table, but I am not sure exactly what you are
| >> asking.
| >> | >
| >> | > --
| >> | > ==============================================
| >> | > 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.
| >> | > ==============================================
| >> | >
| >> | > | >> | > >I just used an 'insert table' command.
| >> | > >
| >> | > > Are you saying that I cannot place a table in CSS without the
cells
| >> of the
| >> | > > table adopting the same positioning?
| >> | > >
| >> | > >
| >> | > >
| >> | > > "Thomas A. Rowe" wrote:
| >> | > >
| >> | > >> FYI: If you use the FP drawing tools for the text boxes, only IE
| >> users under Windows will see
| >> | > >> them.
| >> | > >>
| >> | > >> --
| >> | > >> ==============================================
| >> | > >> 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.
| >> | > >> ==============================================
| >> | > >>
| >> | > >> | >> | > >> > This is fine if everything else can float but it cannot.
| >> | > >> >
| >> | > >> > I have style boxes for text panes that expand downwards if
| >> needed but next
| >> | > >> > to them arre relavant photographs in a similarly sized stlye
| >> box..... Unes
| >> | > >> > the spacing between the boxes is dynimically calculated they
| >> will be fixed
| >> | > >> > but the table off centre (relative to them).
| >> | > >> >
| >> | > >> > If I had the time to make relative spacings between objects I
| >> would float
| >> | > >> > the whole lot.
| >> | > >> >
| >> | > >> >
| >> | > >> > "Thomas A. Rowe" wrote:
| >> | > >> >
| >> | > >> >> If the table is centered, it would always be centered in the
| >> browser window no matter how wide
| >> | > >> >> the
| >> | > >> >> window is.
| >> | > >> >>
| >> | > >> >> Personally, I do my best to avoid using CSS for layout.
| >> | > >> >>
| >> | > >> >> --
| >> | > >> >> ==============================================
| >> | > >> >> 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.
| >> | > >> >> ==============================================
| >> | > >> >>
message
| >> | > >> >> | >> | > >> >> > Everything else is placed by CSS. If I just centre then if
| >> the page is
| >> | > >> >> > expanded the table will be off to the right.
| >> | > >> >> >
| >> | > >> >> > Also, I have to get the vertical placement correct too.
| >> | > >> >> >
| >> | > >> >> > Is what I am trying to do not possible?
| >> | > >> >> >
| >> | > >> >> >
| >> | > >> >> > "Thomas A. Rowe" wrote:
| >> | > >> >> >
| >> | > >> >> >> Why not just select the table and then under table
| >> properties, select to center the table?
| >> | > >> >> >>
| >> | > >> >> >> --
| >> | > >> >> >> ==============================================
| >> | > >> >> >> 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.
| >> | > >> >> >> ==============================================
| >> | > >> >> >>
| >> message
| >> | > >> >> >> | >> | > >> >> >> >I have created a 15 row by 2 column wide table within the
| >> design space and
| >> | > >> >> >> > all is okay however, I now want to position the table
| >> using CSS but when I do
| >> | > >> >> >> > this and run 'Preview' or 'Preview in browser' all the
| >> cells seem to take on
| >> | > >> >> >> > the CSS positioning parameters and so collapse into a
| >> single cell.
| >> | > >> >> >> >
| >> | > >> >> >> > They look okay in design view.
| >> | > >> >> >> >
| >> | > >> >> >> > When I click on any cell they have the 'Normal' style
but
| >> when I click on
| >> | > >> >> >> > the table it has the CSS style that I want which is:
| >> | > >> >> >> >
| >> | > >> >> >> > .BA_Table_Links { position: absolute; left: 34; top:
215;
| >> width: 733 }
| >> | > >> >> >> >
| >> | > >> >> >> > Obviously I am doing something wrong but can't see what.
| >> | > >> >> >> >
| >> | > >> >> >> > FP2003
| >> | > >> >> >> >
| >> | > >> >> >> > Any help warmly received..... ;-)
| >> | > >> >> >> >
| >> | > >> >> >>
| >> | > >> >> >>
| >> | > >> >> >>
| >> | > >> >>
| >> | > >> >>
| >> | > >> >>
| >> | > >>
| >> | > >>
| >> | > >>
| >> | >
| >> | >
| >> | >
| >>
| >>
| >>
|
|
 
G

Guest

Kevin,

Thanks for the advice.

BTW: Have you tried decaff?
;-)


Kevin Spencer said:
BTW, you might want to check any remaining legs. Even the good ones could
well be near worn out by now. See if they wobble. If so, use some good
carpenter glue and screws (not nails) if necessary. And remember, every time
you move a table, it puts stress on the legs, if you don't lift it
completely off the floor. This usually takes more than one person to do
correctly.

Unless it's a small table, of course.

--
;-),

Kevin Spencer
Microsoft MVP
..Net Developer
A watched clock never boils.

Cimbian said:
Thanks Stefan and I had not spotted the overrun of width.... I will fix
this
now that I have an answer.

BTW: I gound some good table/CSS info here:
http://www.w3.org/TR/REC-CSS2/tables.html#q1



Stefan B Rusynko said:
Apply the class to a div container for the table
In your head section
<style>
..BA_Table_Links { position: absolute; left: 34; top: 215; width: 733; }
</style>

In your body section (a 1 row table shown for simplicity)
<div class="BA_Table_Links">
<table border="0" width="100%"><tr>
<td> </td><td> </td>
</tr></table>
</div>

PS
Trust you are aware a left of 34 and width of 733 (total 767) may give
you a scroll bar in most 800x600 windows
- recommend keeping the total under ~760
See
http://hotwired.lycos.com/webmonkey/99/41/index3a_page2.html?tw=design
--

_____________________________________________
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 have created a table.
|
| The table has 30 cells (15 rows by 2 columns).
|
| I have defined the cell borders etc. and the table looks okay in design
and
| split views.
|
| To please the table on my page I have created a style in the CSS that
sets
| the top left of the table.
|
| Everything still looks okay in design and split view HOWEVER, when I
preview
| or preview in browser the whole table collapses into a single row.
|
| The cells are all still there along with their content as I can see
text
| overlaying the lower cells.... basically one line of gobbledygook.
|
| It seems as though the cells have all, individually inherited the
| positioning of the table.
|
| I am 99.99% certain this should be possible as it is a fundamental
| requirement to display data in tabular format and I cannot believe that
the
| CSS definition does not allow for this so I therefore assume it is
something
| that I am doing wrong.
|
|
|
|
| "Thomas A. Rowe" wrote:
|
| > Cell are part of the table, but I am not sure exactly what you are
asking.
| >
| > --
| > ==============================================
| > 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.
| > ==============================================
| >
| > | > >I just used an 'insert table' command.
| > >
| > > Are you saying that I cannot place a table in CSS without the cells
of the
| > > table adopting the same positioning?
| > >
| > >
| > >
| > > "Thomas A. Rowe" wrote:
| > >
| > >> FYI: If you use the FP drawing tools for the text boxes, only IE
users under Windows will see
| > >> them.
| > >>
| > >> --
| > >> ==============================================
| > >> 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.
| > >> ==============================================
| > >>
| > >> | > >> > This is fine if everything else can float but it cannot.
| > >> >
| > >> > I have style boxes for text panes that expand downwards if
needed but next
| > >> > to them arre relavant photographs in a similarly sized stlye
box..... Unes
| > >> > the spacing between the boxes is dynimically calculated they
will be fixed
| > >> > but the table off centre (relative to them).
| > >> >
| > >> > If I had the time to make relative spacings between objects I
would float
| > >> > the whole lot.
| > >> >
| > >> >
| > >> > "Thomas A. Rowe" wrote:
| > >> >
| > >> >> If the table is centered, it would always be centered in the
browser window no matter how wide
| > >> >> the
| > >> >> window is.
| > >> >>
| > >> >> Personally, I do my best to avoid using CSS for layout.
| > >> >>
| > >> >> --
| > >> >> ==============================================
| > >> >> 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.
| > >> >> ==============================================
| > >> >>
| > >> >> | > >> >> > Everything else is placed by CSS. If I just centre then if
the page is
| > >> >> > expanded the table will be off to the right.
| > >> >> >
| > >> >> > Also, I have to get the vertical placement correct too.
| > >> >> >
| > >> >> > Is what I am trying to do not possible?
| > >> >> >
| > >> >> >
| > >> >> > "Thomas A. Rowe" wrote:
| > >> >> >
| > >> >> >> Why not just select the table and then under table
properties, select to center the table?
| > >> >> >>
| > >> >> >> --
| > >> >> >> ==============================================
| > >> >> >> 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.
| > >> >> >> ==============================================
| > >> >> >>
message
| > >> >> >> | > >> >> >> >I have created a 15 row by 2 column wide table within the
design space and
| > >> >> >> > all is okay however, I now want to position the table
using CSS but when I do
| > >> >> >> > this and run 'Preview' or 'Preview in browser' all the
cells seem to take on
| > >> >> >> > the CSS positioning parameters and so collapse into a
single cell.
| > >> >> >> >
| > >> >> >> > They look okay in design view.
| > >> >> >> >
| > >> >> >> > When I click on any cell they have the 'Normal' style but
when I click on
| > >> >> >> > the table it has the CSS style that I want which is:
| > >> >> >> >
| > >> >> >> > .BA_Table_Links { position: absolute; left: 34; top: 215;
width: 733 }
| > >> >> >> >
| > >> >> >> > Obviously I am doing something wrong but can't see what.
| > >> >> >> >
| > >> >> >> > FP2003
| > >> >> >> >
| > >> >> >> > Any help warmly received..... ;-)
| > >> >> >> >
| > >> >> >>
| > >> >> >>
| > >> >> >>
| > >> >>
| > >> >>
| > >> >>
| > >>
| > >>
| > >>
| >
| >
| >
 
D

David Berry

This IS what he's like on Decaf!! You should see him on Caffeine! :)

--
David Berry - MCP
Microsoft MVP - FrontPage
FrontPage Support: http://www.frontpagemvps.com/
-----------------------------------
To assist you in getting the best answers for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
-----------------------------------

Cimbian said:
Kevin,

Thanks for the advice.

BTW: Have you tried decaff?
;-)


Kevin Spencer said:
BTW, you might want to check any remaining legs. Even the good ones could
well be near worn out by now. See if they wobble. If so, use some good
carpenter glue and screws (not nails) if necessary. And remember, every
time
you move a table, it puts stress on the legs, if you don't lift it
completely off the floor. This usually takes more than one person to do
correctly.

Unless it's a small table, of course.

--
;-),

Kevin Spencer
Microsoft MVP
..Net Developer
A watched clock never boils.

Cimbian said:
Thanks Stefan and I had not spotted the overrun of width.... I will fix
this
now that I have an answer.

BTW: I gound some good table/CSS info here:
http://www.w3.org/TR/REC-CSS2/tables.html#q1



:

Apply the class to a div container for the table
In your head section
<style>
..BA_Table_Links { position: absolute; left: 34; top: 215; width:
733; }
</style>

In your body section (a 1 row table shown for simplicity)
<div class="BA_Table_Links">
<table border="0" width="100%"><tr>
<td> </td><td> </td>
</tr></table>
</div>

PS
Trust you are aware a left of 34 and width of 733 (total 767) may give
you a scroll bar in most 800x600 windows
- recommend keeping the total under ~760
See
http://hotwired.lycos.com/webmonkey/99/41/index3a_page2.html?tw=design
--

_____________________________________________
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 have created a table.
|
| The table has 30 cells (15 rows by 2 columns).
|
| I have defined the cell borders etc. and the table looks okay in
design
and
| split views.
|
| To please the table on my page I have created a style in the CSS
that
sets
| the top left of the table.
|
| Everything still looks okay in design and split view HOWEVER, when I
preview
| or preview in browser the whole table collapses into a single row.
|
| The cells are all still there along with their content as I can see
text
| overlaying the lower cells.... basically one line of gobbledygook.
|
| It seems as though the cells have all, individually inherited the
| positioning of the table.
|
| I am 99.99% certain this should be possible as it is a fundamental
| requirement to display data in tabular format and I cannot believe
that
the
| CSS definition does not allow for this so I therefore assume it is
something
| that I am doing wrong.
|
|
|
|
| "Thomas A. Rowe" wrote:
|
| > Cell are part of the table, but I am not sure exactly what you
are
asking.
| >
| > --
| > ==============================================
| > 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.
| > ==============================================
| >
| > | > >I just used an 'insert table' command.
| > >
| > > Are you saying that I cannot place a table in CSS without the
cells
of the
| > > table adopting the same positioning?
| > >
| > >
| > >
| > > "Thomas A. Rowe" wrote:
| > >
| > >> FYI: If you use the FP drawing tools for the text boxes, only
IE
users under Windows will see
| > >> them.
| > >>
| > >> --
| > >> ==============================================
| > >> 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.
| > >> ==============================================
| > >>
| > >> | > >> > This is fine if everything else can float but it cannot.
| > >> >
| > >> > I have style boxes for text panes that expand downwards if
needed but next
| > >> > to them arre relavant photographs in a similarly sized stlye
box..... Unes
| > >> > the spacing between the boxes is dynimically calculated they
will be fixed
| > >> > but the table off centre (relative to them).
| > >> >
| > >> > If I had the time to make relative spacings between objects I
would float
| > >> > the whole lot.
| > >> >
| > >> >
| > >> > "Thomas A. Rowe" wrote:
| > >> >
| > >> >> If the table is centered, it would always be centered in the
browser window no matter how wide
| > >> >> the
| > >> >> window is.
| > >> >>
| > >> >> Personally, I do my best to avoid using CSS for layout.
| > >> >>
| > >> >> --
| > >> >> ==============================================
| > >> >> 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.
| > >> >> ==============================================
| > >> >>
message
| > >> >> | > >> >> > Everything else is placed by CSS. If I just centre then if
the page is
| > >> >> > expanded the table will be off to the right.
| > >> >> >
| > >> >> > Also, I have to get the vertical placement correct too.
| > >> >> >
| > >> >> > Is what I am trying to do not possible?
| > >> >> >
| > >> >> >
| > >> >> > "Thomas A. Rowe" wrote:
| > >> >> >
| > >> >> >> Why not just select the table and then under table
properties, select to center the table?
| > >> >> >>
| > >> >> >> --
| > >> >> >> ==============================================
| > >> >> >> 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.
| > >> >> >> ==============================================
| > >> >> >>
message
| > >> >> >>
| > >> >> >> >I have created a 15 row by 2 column wide table within
the
design space and
| > >> >> >> > all is okay however, I now want to position the table
using CSS but when I do
| > >> >> >> > this and run 'Preview' or 'Preview in browser' all the
cells seem to take on
| > >> >> >> > the CSS positioning parameters and so collapse into a
single cell.
| > >> >> >> >
| > >> >> >> > They look okay in design view.
| > >> >> >> >
| > >> >> >> > When I click on any cell they have the 'Normal' style
but
when I click on
| > >> >> >> > the table it has the CSS style that I want which is:
| > >> >> >> >
| > >> >> >> > .BA_Table_Links { position: absolute; left: 34; top:
215;
width: 733 }
| > >> >> >> >
| > >> >> >> > Obviously I am doing something wrong but can't see
what.
| > >> >> >> >
| > >> >> >> > FP2003
| > >> >> >> >
| > >> >> >> > Any help warmly received..... ;-)
| > >> >> >> >
| > >> >> >>
| > >> >> >>
| > >> >> >>
| > >> >>
| > >> >>
| > >> >>
| > >>
| > >>
| > >>
| >
| >
| >
 
D

David Berry

Not scotch tape? Isn't the stress on the legs directly proportional to the
force exerted during the movement?

--
David Berry - MCP
Microsoft MVP - FrontPage
FrontPage Support: http://www.frontpagemvps.com/
-----------------------------------
To assist you in getting the best answers for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
-----------------------------------

Kevin Spencer said:
BTW, you might want to check any remaining legs. Even the good ones could
well be near worn out by now. See if they wobble. If so, use some good
carpenter glue and screws (not nails) if necessary. And remember, every
time you move a table, it puts stress on the legs, if you don't lift it
completely off the floor. This usually takes more than one person to do
correctly.

Unless it's a small table, of course.

--
;-),

Kevin Spencer
Microsoft MVP
.Net Developer
A watched clock never boils.

Cimbian said:
Thanks Stefan and I had not spotted the overrun of width.... I will fix
this
now that I have an answer.

BTW: I gound some good table/CSS info here:
http://www.w3.org/TR/REC-CSS2/tables.html#q1



Stefan B Rusynko said:
Apply the class to a div container for the table
In your head section
<style>
..BA_Table_Links { position: absolute; left: 34; top: 215; width: 733; }
</style>

In your body section (a 1 row table shown for simplicity)
<div class="BA_Table_Links">
<table border="0" width="100%"><tr>
<td> </td><td> </td>
</tr></table>
</div>

PS
Trust you are aware a left of 34 and width of 733 (total 767) may give
you a scroll bar in most 800x600 windows
- recommend keeping the total under ~760
See
http://hotwired.lycos.com/webmonkey/99/41/index3a_page2.html?tw=design
--

_____________________________________________
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 have created a table.
|
| The table has 30 cells (15 rows by 2 columns).
|
| I have defined the cell borders etc. and the table looks okay in
design and
| split views.
|
| To please the table on my page I have created a style in the CSS that
sets
| the top left of the table.
|
| Everything still looks okay in design and split view HOWEVER, when I
preview
| or preview in browser the whole table collapses into a single row.
|
| The cells are all still there along with their content as I can see
text
| overlaying the lower cells.... basically one line of gobbledygook.
|
| It seems as though the cells have all, individually inherited the
| positioning of the table.
|
| I am 99.99% certain this should be possible as it is a fundamental
| requirement to display data in tabular format and I cannot believe
that the
| CSS definition does not allow for this so I therefore assume it is
something
| that I am doing wrong.
|
|
|
|
| "Thomas A. Rowe" wrote:
|
| > Cell are part of the table, but I am not sure exactly what you are
asking.
| >
| > --
| > ==============================================
| > 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.
| > ==============================================
| >
| > | > >I just used an 'insert table' command.
| > >
| > > Are you saying that I cannot place a table in CSS without the
cells of the
| > > table adopting the same positioning?
| > >
| > >
| > >
| > > "Thomas A. Rowe" wrote:
| > >
| > >> FYI: If you use the FP drawing tools for the text boxes, only IE
users under Windows will see
| > >> them.
| > >>
| > >> --
| > >> ==============================================
| > >> 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.
| > >> ==============================================
| > >>
| > >> | > >> > This is fine if everything else can float but it cannot.
| > >> >
| > >> > I have style boxes for text panes that expand downwards if
needed but next
| > >> > to them arre relavant photographs in a similarly sized stlye
box..... Unes
| > >> > the spacing between the boxes is dynimically calculated they
will be fixed
| > >> > but the table off centre (relative to them).
| > >> >
| > >> > If I had the time to make relative spacings between objects I
would float
| > >> > the whole lot.
| > >> >
| > >> >
| > >> > "Thomas A. Rowe" wrote:
| > >> >
| > >> >> If the table is centered, it would always be centered in the
browser window no matter how wide
| > >> >> the
| > >> >> window is.
| > >> >>
| > >> >> Personally, I do my best to avoid using CSS for layout.
| > >> >>
| > >> >> --
| > >> >> ==============================================
| > >> >> 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.
| > >> >> ==============================================
| > >> >>
| > >> >> | > >> >> > Everything else is placed by CSS. If I just centre then if
the page is
| > >> >> > expanded the table will be off to the right.
| > >> >> >
| > >> >> > Also, I have to get the vertical placement correct too.
| > >> >> >
| > >> >> > Is what I am trying to do not possible?
| > >> >> >
| > >> >> >
| > >> >> > "Thomas A. Rowe" wrote:
| > >> >> >
| > >> >> >> Why not just select the table and then under table
properties, select to center the table?
| > >> >> >>
| > >> >> >> --
| > >> >> >> ==============================================
| > >> >> >> 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.
| > >> >> >> ==============================================
| > >> >> >>
message
| > >> >> >> | > >> >> >> >I have created a 15 row by 2 column wide table within the
design space and
| > >> >> >> > all is okay however, I now want to position the table
using CSS but when I do
| > >> >> >> > this and run 'Preview' or 'Preview in browser' all the
cells seem to take on
| > >> >> >> > the CSS positioning parameters and so collapse into a
single cell.
| > >> >> >> >
| > >> >> >> > They look okay in design view.
| > >> >> >> >
| > >> >> >> > When I click on any cell they have the 'Normal' style but
when I click on
| > >> >> >> > the table it has the CSS style that I want which is:
| > >> >> >> >
| > >> >> >> > .BA_Table_Links { position: absolute; left: 34; top: 215;
width: 733 }
| > >> >> >> >
| > >> >> >> > Obviously I am doing something wrong but can't see what.
| > >> >> >> >
| > >> >> >> > FP2003
| > >> >> >> >
| > >> >> >> > Any help warmly received..... ;-)
| > >> >> >> >
| > >> >> >>
| > >> >> >>
| > >> >> >>
| > >> >>
| > >> >>
| > >> >>
| > >>
| > >>
| > >>
| >
| >
| >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top