Results 1 to 2 of 2

Thread: HTML Text Question [RESOLVED]

  1. #1

    Thread Starter
    Fanatic Member JCScoobyRS's Avatar
    Join Date
    Oct 2002
    Location
    Some Mountain in Colorado
    Posts
    677

    HTML Text Question [RESOLVED]

    This is really dumb but I can't seem to figure it out. How can I make it where text is a certain distance away from the "margin"? My problem is that all of my text in a column is really close to the sides of the column and it looks tacky. Can anyone help? Thanks, Jeremy
    Last edited by JCScoobyRS; Nov 21st, 2002 at 01:12 PM.
    He who listens well, speaks well.

  2. #2
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    Well it says resolved, but in case anyone wants to know

    Code:
    <p style="margin-left: 2em;"></p>
    or

    Code:
    <p style="padding-left: 2em;"></p>
    for the insides of a block.

Posting Permissions

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



Click Here to Expand Forum to Full Width