- or download this
P {
align: left;
font-family: sans;
font-size: 12pt;
}
- or download this
TD {
text-align: left;
...
text-align: left;
width: 80%;
}
- or download this
P, TD {
text-align: left;
...
P {
width: 80%;
}
- or download this
#!/usr/bin/perl
use CSS;
...
return $output;
}