Right-click over the table and select table properties from the pop-up - then
set the cellpadding there. Note that it is padding all sides and all cells.
If you want to pad only specific areas, you should do it with css.
Merlin,
That is not correct. You do not need to go into HTML mode for this.
As Teri said you can do this through CSS. You can set this by editing the
style for that table, which is completely doable in design view. Select the
table properties | Style | Format | Border, and then set the padding in CSS.
Note: this may not look right in all browsers as not all browsers render CSS
correctly or accurately. That's one of the reasons people still use the
default table cellpadding, or they simply add additional columns in the
proper spots to provide left/right padding.
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
Thanks! I want to modify a SINGLE CELL, not a table. Assuming I never go
into the HTML view, how do I add a style for the cell, to give it
padding-left: and padding-right: ?
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.