is there a tag, which indents as well as making a new paragraph, or just plain indents? i'm tired or writing & nbsp; over and over
basically is there a shortcut to insert a tab, indention, or anything...
indention
Moderator: General Moderators
- hob_goblin
- Forum Regular
- Posts: 978
- Joined: Sun Apr 28, 2002 9:53 pm
- Contact:
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
If you need to indent the first line try some CSS.
A CSS declaration of,
will cause all paragraphs to have a first line indent of 10 pixels.
Mac
A CSS declaration of,
Code: Select all
P { text-indent: 10px; }Mac
- hob_goblin
- Forum Regular
- Posts: 978
- Joined: Sun Apr 28, 2002 9:53 pm
- Contact: