|  | Posted by Jonathan N. Little on 01/05/07 16:45 
Global wrote:> Im kinda new to HTML, Im just using Front Page.  But basically I need to
 > know how to setup my styles so that I get
 >
 > <table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0">
 >
 > namely border 0, cellspacing 0, and cellpadding 0...
 >
 > This is so that when I create a new table its already setup for me and I
 > dont have to do it to every table I create.  Please help.
 
 Better not to use FP but learn markup without WYSIWYG editor. However
 the CSS to put in your stylesheet for what you wish is:
 
 TABLE {
 border-collapse: collapse;
 border: 0;
 width: 100%;
 }
 
 FWIW: see http://www.w3.org/TR/CSS21/cover.html
 
 --
 Take care,
 
 Jonathan
 -------------------
 LITTLE WORKS STUDIO
 http://www.LittleWorksStudio.com
  Navigation: [Reply to this message] |