|
-
Nov 16th, 2005, 01:39 AM
#1
Thread Starter
Lively Member
How can I set line space and word space in HTML ?
How can I set line space and word space in HTML ?
-
Nov 16th, 2005, 03:55 AM
#2
Re: How can I set line space and word space in HTML ?
CSS has letter-spacing and word-spacing not sure about lines though
HTML Code:
p
{
word-spacing: 30px
}
-
Nov 16th, 2005, 09:24 AM
#3
Re: How can I set line space and word space in HTML ?
Using line-height:
HTML Code:
p
{
line-height: 10px;
}
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
|