Tuesday 10 January 2012

Simple css to center aligning the text in the div tag

<head>

<style type="text/css">

.word
{
font-size: 13px;
font-family: Arial,Helvetica,Sans-Serif;
font-style: normal;font-weight: normal;
}

<style>
</head>
.......................................................

<body>


<div class="word">
<div align=justify>standardized test of reading and verbal reasoning skills designed by the USA based Law School Admission Council (LSAC) for use by law schools in India. LSAT 2012 on Saturday 5th May , 2012 at any of the test centres spread across 15 cities in India. The test will be administered in a paper and pencil format in India and in computer-based testing (CBT) mode at overseas locations. Registration Fee – Rs. 3500/- The demand draft/pay order/banker's cheque should reach the below mentioned address on or before 12th April, 2012 either by post or courier. Pearson VUE 6708, DLF Phase IV, Gurgaon-122002, Haryana,India
</div>
</div>

</body>

Result:










No comments:

Post a Comment