Changeset 352 for trunk/client/modules/Elezioni/crea_paginaphp7.php
- Timestamp:
- Jul 31, 2021, 1:41:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/crea_paginaphp7.php
r348 r352 115 115 116 116 117 $html .= "<table class=\"table-docs\" cellspacing=\"0\" cellpadding=\"2\" border=\"1\" rules=\"all\">";117 $html .= "<table class=\"table-docs\" style=\"border-collapse: collapse;border:=1px solid black;\">"; 118 118 119 119 … … 143 143 } 144 144 $html .= "$t $i>$cella $f"; 145 $i= '';145 $i="class=\"td-130b\""; 146 146 147 147 } … … 164 164 echo $html; 165 165 }else{ 166 167 # padding: 1px; 168 # border: solid #666666; 169 /* margin: 4px 4px 40px;*/ 166 170 167 171 $style =" … … 170 174 .table-docs { 171 175 font-size: 10px; 172 padding: 1px;173 176 color: #000000; 174 /* margin: 4px 4px 40px;*/175 border: solid #666666;176 177 text-align:center; 178 border: 1px solid black; 177 179 } 178 180 .bggray { … … 180 182 FONT-SIZE: 13px; 181 183 FONT-FAMILY: Helvetica; 182 border: 1px;183 184 } 184 185 … … 187 188 FONT-SIZE: 13px; 188 189 FONT-FAMILY: Helvetica; 189 border: 1px;190 190 } 191 191 … … 216 216 float: right; 217 217 text-align:left; 218 margin: 0px 0 01px;218 margin: 0px 0px 0px 1px; 219 219 width: 130px; 220 border: none; 221 padding: 0px; 220 border: 1px solid black; 222 221 } 223 222 224 223 td { 225 border: .2px;224 border: 2px solid black; 226 225 } 227 226 .red { … … 249 248 250 249 251 $style .="<table style=\"margin: auto; \" cellspace=0 border=0 cellpadding=0><tr><td border=0>$immagine</td> ";250 $style .="<table style=\"margin: auto;border-collapse: collapse;\"><tr><td border=0>$immagine</td> "; 252 251 253 252 $style .= "<td border=0>$datipdf</td></tr></table><br/><br/>"; 254 253 $style .= "<table style=\"margin: auto;\"><tr><td>$html</td></tr></table>"; 255 $style .= "<table style=\"margin: auto; \" cellspace=0 border=0 cellpadding=0><tr><td border=0>";254 $style .= "<table style=\"margin: auto;border-collapse: collapse;\"><tr><td border=0>"; 256 255 257 256 $data=date("d-m-y G:i");
Note:
See TracChangeset
for help on using the changeset viewer.