Switch to full style
HTML code examples
Post a reply

text Indent value to table

Sun Feb 26, 2012 10:44 pm

In this example we use text indent CSS properties with table tag.
Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<
head>
<
title>text Indent value to table</title>
<
style type="text/css" media="Screen">
* .
IndentValue {
  
text-indent50px;
}
</
style>
</
head>
<
body>
<
table class="IndentValue">
   <
tr>
      <
td>Your text here with Indent value.
      </
td>
   </
tr>
</
table


</
body>
</
html>

 




Post a reply
  Related Posts  to : text Indent value to table
 Change the text indent in the paragraph     -  
 Able to Copy Text from Uneditable Text Boxes(JTextfields)     -  
 Java- Copy text area into disabled text area     -  
 table row hover     -  
 Using table in latex     -  
 Creating table using div tag     -  
 table creation     -  
 Div Table with css row span     -  
 row highlight of table     -  
 Change table style using CSS     -  

Topic Tags

HTML Table