css.txt E' necessario prima dichiarare border-style, per poter poi dichiarare border-width, altrimenti non funziona. Le celle si comportano diversamente se hanno o no contenuto:   e' cio' che viene messo da FrontPage per simulare una cella non vuota. vertical-align: text-top es uso: quando in una tb non sono allineati verticalmente i testi di colonne diverse poiché riempite diverse PARAGRAFO ========================= ALLINEAMENTO text-align: center text-align: right text-align: left MARGINE SINISTRO E DESTRO margin-left: 55 margin-right: 150 SPAZIATURA VERTICALE margin-top: -5 margin-bottom: -10 color: rgb(204,0,0) color: #FF0000 BORDI ================================== BORDO RETTANGOLARE border-style: solid | dotted | dashed border-left-style: solid border-top-style: double border-right-style: inset border-right-style: outset border-right: 5 inset #00FF00 MARGINATURA INTERNA AL BORDO padding-left: 15 padding-top: padding-right padding-bottom border-width: 8 border-right-width: 11 SFONDO ================== color: #FF0000 background-color: #FFFF00 background-repeat: repeat background-attachment: fixed ====================================================== ul { list-style-image: url('blobul1e.gif') } ul ul { list-style-image: url('blobul2e.gif') } ul ul ul { list-style-image: url('blobul3e.gif') } a:link { color: rgb(204,0,0) } a:visited { color: rgb(153,153,153) } a:active { color: rgb(204,153,51) } body { color: rgb(0,0,0); background-color: rgb(255,255,204) } h1 { color: rgb(204,0,0) } h2, marquee { color: rgb(204,0,0) ; margin-bottom: -10} h3 { color: rgb(204,0,0) ; margin-bottom: -10} h4 { color: rgb(204,0,0) } h5 { color: rgb(204,0,0) } h6 { color: rgb(204,0,0) } button { background-color: rgb(204,0,0); color: white; border-color: rgb(204,0,0) } label, .MSTHEME-LABEL { color: rgb(0,0,0) } textarea { color: black; border-color: rgb(153,0,0) } fieldset { color: black; border-color: rgb(153,0,0) } legend { color: rgb(204,0,0) } select { color: black; border-color: rgb(153,0,0) } table { table-border-color-light: rgb(204,0,0); table-border-color-dark: rgb(153,0,0); color: rgb(0,0,0); border-color: rgb(153,0,0) } caption { color: rgb(204,0,0) } th { color: rgb(0,0,0) } hr { color: rgb(204,0,0) } td { border-color: rgb(153,0,0) } ====== hr { color: rgb(204,0,0) ; margin-top: -5; margin-bottom: -10} p { margin-bottom: 0 } h2 { margin-bottom: -20 } body { color: rgb(0,0,0); background-color: rgb(255,255,204) } body { font-family: Arial, Arial, Helvetica; background-image: url('blobkgde.gif') } h1 { font-family: Arial, Arial, Helvetica; font-weight: normal; font-style: normal; font-size: 24pt } h2 { font-family: Arial, Arial, Helvetica; font-weight: normal; font-style: normal; font-size: 18pt } h3 { font-family: Arial, Arial, Helvetica; font-weight: normal; font-style: normal; font-size: 14pt } h4 { font-family: Arial, Arial, Helvetica; font-weight: normal; font-style: normal; font-size: 12pt } h5 { font-family: Arial, Arial, Helvetica; font-weight: normal; font-style: normal; font-size: 10pt } h6 { font-family: Arial, Arial, Helvetica; font-weight: normal; font-style: normal; font-size: 8pt }