/ Published in: CSS
Expand |
Embed | Plain Text
<style type="text/css"> table { direction: rtl; } table table table { direction: ltr; } </style>
You need to login to post a comment.
xlovergirl on 09/02/08
1 person have marked this snippet as a favorite
<style type="text/css"> table { direction: rtl; } table table table { direction: ltr; } </style>
You need to login to post a comment.