|
-
Sep 26th, 2012, 12:52 PM
#1
Thread Starter
PowerPoster
[RESOLVED] Best way to code a Paragraph with indenting
I was wondering what the best way is to format an HTML paragraph with an Indention on the first line. See screenshot.
Thanks,
-
Sep 26th, 2012, 04:24 PM
#2
Re: Best way to code a Paragraph with indenting
You can use inline CSS or create a CSS class, e.g. <p style="text-indent: 64px;">some text</p>
-
Sep 26th, 2012, 10:50 PM
#3
Thread Starter
PowerPoster
Re: Best way to code a Paragraph with indenting
Thanks 4x2y...that worked perfectly...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|