Fri Jan 06, 2012 11:17 pm
<html>
<head>
<title>Control your text direction </title>
<style rel="stylesheet" type="text/css">
body {
font-family: arial, verdana, sans-serif;
font-size: 15px;
}
.DirectionLTR {
direction: ltr;
}
.DirectionRTL {
direction: rtl;
}
</style>
</head>
<body dir="rtl">
<h1>Different direction for html part</h1>
<div class="DirectionLTR">left to right div.</p>
<div class="DirectionRTL">right to left div.</p>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.