Lock table cell from resizing

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

Guest

Hello

As a newbie, I am attempting to create a page purely with a table. The lefthand side of the table contains a menu of hyperlinks to other pages within the site. The center of the table is where various lenghts of text will go and this is separated from the lefthand side of the table by a column

Is there anyway to lock the cells on the lefthand side to prevent them from resizing when I add text to the center cell

Thanks

Jay
 
There is no way to lock table or cell values, they are minimums, tables and
cells will always expand to hold content.

However the solution for your current issue is to use nested tables, tables
inserted in the cell that you want you menu to appear in, place the menu in
this table.

--

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

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


Jay DeWitt said:
Hello.

As a newbie, I am attempting to create a page purely with a table. The
lefthand side of the table contains a menu of hyperlinks to other pages
within the site. The center of the table is where various lenghts of text
will go and this is separated from the lefthand side of the table by a
column.
Is there anyway to lock the cells on the lefthand side to prevent them
from resizing when I add text to the center cell?
 
Back
Top