Use CSS.
Switch to Code or HTML view.
In the head section of the page, just before </head> add:
<style type="text/css">
..bdr {border: red solid 1px;}
</style>
In Design or Normal view, click inside a cell, or select several
cells, right click and choose Cell Properties
Click the style button
From the Class dropdown, select bdr.
The cell will have a border. Change the border colour and size to
suit.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support:
http://www.frontpagemvps.com/
"StuJol" <(E-Mail Removed)> wrote in message
news:2F39D98A-49ED-4814-827B-(E-Mail Removed)...
>I have a table in frontpage 2003 with 2 columes and 20 rows. I want
>only some
> of the cells to have boarders.
>
> If i use table boarders then all the cells have boarders, if i
> select a
> single cell and goto cell properties and select boarder from there,
> nothing
> happens.
>
> Can i just have a selection of cells with boarders within a table?