Table Border without Cell Borders

G

Guest

I am working in Frontpage 2003. I would like to put a border on the outside
of the table, but it also places borders on each cell. I clicked on the
collapse table border box, but it still shows cell borders, just not as
predominant.

Thanks for the help.
Liz
 
T

Thomas A. Rowe

One option, insert a nested table.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
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

The unfortunate thing is that I'm not familiar with either process. I am
very computer literate, so with a little guidance, I'm sure I'll grasp it.

Liz
 
M

Murray

Put this in the head of your page (between <head> and </head> -

<style type="text/css">
<!--
table { border:1px solid black; }
td { border: none; }
-->
</style>

and see what happens.
 
G

Guest

Thanks a lot. Worked great!

Liz

Murray said:
Put this in the head of your page (between <head> and </head> -

<style type="text/css">
<!--
table { border:1px solid black; }
td { border: none; }
-->
</style>

and see what happens.
 
A

Andrew Murray

put one table on the page with the table border; put another table *inside*
the first table with no border(s).
 

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