You are here

Ther RTLer

Remember the WordPress plugin:The RTLer? Well its author l0uy re-released yesterday the tool as a standalone web service so you can RTL any CSS you need.
But remember, it gives you an overridden RTLed CSS you include in addition to the LTR version, like below:

1
2
3
4
<!-- Your LTR CSS here -->
<link rel="stylesheet" type="text/css" href="style.css" media="all">
<!-- The generated RTLed CSS here -->
<link rel="stylesheet" type="text/css" href="rtl.css" media="all">

Check it out: l0uy.rtler()

Tags
Average: 3.4 (7 votes)