| Author |
CSS Hanging Indents
|
|
| Tim and Kristen Martin Family 2004-08-26, 12:21 pm |
| I have a bulleted list and have yet to figure out how to do the hanging
indents in CSS. This must be pretty simple. Can somebody give me the quick
step by step?
Thanks,
Tim
| |
|
|
| Gary White 2004-08-26, 12:22 pm |
| Tim and Kristen Martin Family wrote:
>I have a bulleted list and have yet to figure out how to do the hanging
>indents in CSS. This must be pretty simple. Can somebody give me the quick
>step by step?
..hangingindent{
margin: 3em;
text-indent: -3em;
}
Gary
| |
| Gary White 2004-08-26, 12:22 pm |
| Gary White wrote:
>.hangingindent{
>margin: 3em;
>text-indent: -3em;
>}
Oops:
..hangingindent{
margin-left: 3em;
text-indent: -3em;
}
Sorry 'bout that.
Gary
|
|
|
|
| Copyright 2003 - 2009 forum4designers.com Software forum Computer Hardware reviews |