indention

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

indention

Post by hob_goblin »

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...
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

If you need to indent the first line try some CSS.

A CSS declaration of,

Code: Select all

P { text-indent: 10px; }
will cause all paragraphs to have a first line indent of 10 pixels.

Mac
User avatar
fatal
Forum Contributor
Posts: 118
Joined: Sat Apr 20, 2002 10:47 am
Location: East Coast

Post by fatal »

a shortcut for tab is '\t', and it can be used in PHP.
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post by hob_goblin »

awesome, I'll try the css thing
Post Reply