33 'left' =>
'text-align:left;',
34 'right' =>
'text-align:right;',
35 'top' =>
'caption-side:top;',
36 'bottom' =>
'caption-side:bottom;' 45 'left' =>
'float:left;',
46 'right' =>
'float:right;',
47 'top' =>
'vertical-align:top;',
48 'middle' =>
'vertical-align:middle;',
49 'bottom' =>
'vertical-align:baseline;',
58 'left' =>
'float:left;',
59 'center' =>
'margin-left:auto;margin-right:auto;',
60 'right' =>
'float:right;' 73 'left' =>
'margin-left:0;margin-right:auto;text-align:left;',
74 'center' =>
'margin-left:auto;margin-right:auto;text-align:center;',
75 'right' =>
'margin-left:auto;margin-right:0;text-align:right;' 81 $align_lookup =
array();
82 $align_values =
array(
'left',
'right',
'center',
'justify');
83 foreach ($align_values as $v) {
84 $align_lookup[$v] =
"text-align:$v;";
111 'left' =>
'clear:left;',
112 'right' =>
'clear:right;',
113 'all' =>
'clear:both;',
114 'none' =>
'clear:none;',
132 'color:#808080;background-color:#808080;border:0;' 140 'white-space:nowrap;' 149 'disc' =>
'list-style-type:disc;',
150 'square' =>
'list-style-type:square;',
151 'circle' =>
'list-style-type:circle;' 154 '1' =>
'list-style-type:decimal;',
155 'i' =>
'list-style-type:lower-roman;',
156 'I' =>
'list-style-type:upper-roman;',
157 'a' =>
'list-style-type:lower-alpha;',
158 'A' =>
'list-style-type:upper-alpha;' 160 $li_types = $ul_types + $ol_types;
Abstract class for a set of proprietary modules that clean up (tidy) poorly written HTML...
Create styles array
The data for the language used.