How to unlock cells in frontpage 2003.

S

sromchambers

For some reason, several cells on two pages have been locked, and I can not
high light them for editing. The cell borders look like their chain links
now instead of a straight border. I would like to change it back so that I
can edit . I have no clue as to why they appear the way they do.
 
S

Steve Easton

When you create tables and cells in FrontPage, FrontPage automatically inserts   after the
opening <td> tag for each cell. This allows you to click in the cell and then edit / add text etc.

If the &nbsp; has been removed, the cell will then become uneditable.
So, view the page in code view, find the opening <td> tag for the offending cells and add &nbsp;
right after it.
<td>&nbsp; then switch to design view and you will be able to click in and edit the cell.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Top