Hi,

I am using Frontpage 2000. I have a two column table in
which I want cellpadding="0" for all cells except for the
bottom two. For the bottom two cells, I'd like to be
able to set the cellpadding to a higher value. I can't
seem to find a way to set cellpadding for specific cells
(as opposed to the table as a whole). Is this possible?
If not, is there another way I can do this?

Thanks,
Paul

Re: cellpadding for one cell only? by Tom

Tom
Mon Aug 09 13:47:59 CDT 2004

You could put a one cell table inside each of the bottom two cells, and
control the padding for each of the one cell tables.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
FrontPage 2002 Server Extensions Support Center:
http://support.microsoft.com/default.aspx?scid=fh;en-us;fp10se
===
"Paul Kraemer" <KraemerPW@cs.com> wrote in message
news:2b0201c47e3f$76bcf170$a301280a@phx.gbl...
| Hi,
|
| I am using Frontpage 2000. I have a two column table in
| which I want cellpadding="0" for all cells except for the
| bottom two. For the bottom two cells, I'd like to be
| able to set the cellpadding to a higher value. I can't
| seem to find a way to set cellpadding for specific cells
| (as opposed to the table as a whole). Is this possible?
| If not, is there another way I can do this?
|
| Thanks,
| Paul



Re: cellpadding for one cell only? by Murray

Murray
Mon Aug 09 14:11:42 CDT 2004

You could use CSS to specify the padding for that particular cell(s), e.g.,

td.special { padding:155px; }
....

<td class="special">I am going to blow your table out!</td>

--
Murray

"Paul Kraemer" <KraemerPW@cs.com> wrote in message
news:2b0201c47e3f$76bcf170$a301280a@phx.gbl...
> Hi,
>
> I am using Frontpage 2000. I have a two column table in
> which I want cellpadding="0" for all cells except for the
> bottom two. For the bottom two cells, I'd like to be
> able to set the cellpadding to a higher value. I can't
> seem to find a way to set cellpadding for specific cells
> (as opposed to the table as a whole). Is this possible?
> If not, is there another way I can do this?
>
> Thanks,
> Paul



Re: cellpadding for one cell only? by Paul

Paul
Mon Aug 09 14:57:58 CDT 2004

Thanks Tom,

That worked great.

Paul

>-----Original Message-----
>You could put a one cell table inside each of the bottom
two cells, and
>control the padding for each of the one cell tables.
>--
>===
>Tom "Pepper" Willett
>Microsoft MVP - FrontPage
>---
>About FrontPage 2003:
> http://office.microsoft.com/home/office.aspx?
assetid=FX01085802
>FrontPage 2003 Product Information:
>
http://www.microsoft.com/office/frontpage/prodinfo/default
.mspx
>Understanding FrontPage:
>
http://msdn.microsoft.com/office/understanding/frontpage/
>FrontPage 2002 Server Extensions Support Center:
> http://support.microsoft.com/default.aspx?scid=fh;en-
us;fp10se
>===
>"Paul Kraemer" <KraemerPW@cs.com> wrote in message
>news:2b0201c47e3f$76bcf170$a301280a@phx.gbl...
>| Hi,
>|
>| I am using Frontpage 2000. I have a two column table
in
>| which I want cellpadding="0" for all cells except for
the
>| bottom two. For the bottom two cells, I'd like to be
>| able to set the cellpadding to a higher value. I can't
>| seem to find a way to set cellpadding for specific
cells
>| (as opposed to the table as a whole). Is this
possible?
>| If not, is there another way I can do this?
>|
>| Thanks,
>| Paul
>
>
>.
>