|
| Index | Recent Threads | Unanswered Threads | Who's Online | User List | Help |
|
|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 2
|
|
| Author |
|
|
Advanced Member USA/London Joined: Jan 18, 2004 Post Count: 197 Status: Offline |
Hi, I am programming my first CSS Page, and I was wondering how you can make text double space itself...? Preferibly, I would like to make it that whenever the computer reads the <p> tag, it will automatically double-space the text line... I hope this makes sense...Thanks, Sincerely, Joe |
||
|
|
Advanced Member USA Joined: Jul 21, 2003 Post Count: 749 Status: Offline |
If you mean double the spacing between the lines of a paragraph then you can use this: p { line-height: 2em; } but if you want the actual letters to be double spaced you can use this: p { letter-spacing: 2em; } Hope this helps :-) Dave ---------------------------------------- Building quality, affordable web sites worldwide - DMWebsites.com |
||
|
|
|
|
|
Current timezone is GMT May 19, 2013 12:18:22 PM |