Results 1 to 3 of 3

Thread: Text Indent

  1. #1
    Join Date
    Apr 2006
    Posts
    584
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Text Indent

    I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?

  2. #2
    Join Date
    Oct 2006
    Posts
    75
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    code??

    could be sumthin as simple as an unclosed tag, can't tell if i don't see code

  3. #3
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    I think there is some confusion here.

    If you use a style like the following

    HTML Code:
    <html>
    <head>
    <style type="text/css">
    .first
    {
    text-indent: 20px;
    }
    </style>
    </head>
    <body>
    <table cellspacing="0" cellpadding="0" width="760" border="0">
    <tr>
    <td class="first">I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?
    </td></tr></table></body></html>
    This will indent only the first line.

    But if you use the following method

    HTML Code:
    <html>
    <head>
    <style type="text/css">
    .first
    {
    padding-left: 20px;
    }
    </style>
    </head>
    <body>
    <table cellspacing="0" cellpadding="0" width="760" border="0">
    <tr>
    <td class="first">I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?I have my text in a table, and the text indent css stye doesn't work... When I use padding left 20px it only indents the first line of the paragrph... How come?
    </td></tr></table></body></html>
    This will give a left padding of 20px to each and every line

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •