-----Original Message-----
Is there any way to set the default table border to 0
instead of 1.
I rarely want a border on my tables and waste way too
much time having to change the default.
To set the default for new tables:
1. Open any Web Page.
2. Choose Insert from the Table menu.
3. Under Layout, change Border Size to 0.
4. Select the check box titled Set As Default For New
Tables.
5. Click OK.
6. Close the Web page without saving.
To set the default for existing tables that have no
border= attribute, add this style to the <head> section
<style>
td { border: 0; }
</style>
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*========----------
|\=========------------
|| Microsoft Office FrontPage 2003 Inside Out
|| Microsoft FrontPage Version 2002 Inside Out
|| Web Database Development Step by Step .NET Edition
|| Troubleshooting Microsoft FrontPage 2002
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/=========------------
*========----------