CSS Help
CSS Help
Out of context: Reply #4
- Started
- Last post
- 14 Responses
- cinder0
this does it for all of em:
td {
text-align: right;
}or make a class
td.rightside {
text-align: right;
}and then
[td class="rightside"]
that might work
this does it for all of em:
td {
text-align: right;
}
or make a class
td.rightside {
text-align: right;
}
and then
[td class="rightside"]
that might work