css help
I lost my book on CSS, so I need some help...
How do you set the linespacing between each line?
How do you make text 3px from the left so it is easier to read?
Thanks
I lost my book on CSS, so I need some help...
How do you set the linespacing between each line?
How do you make text 3px from the left so it is easier to read?
Thanks
kb posted this at 15:53 — 7th August 2004.
He has: 1,380 posts
Joined: Feb 2002
#1- what?
#2- use
margin-left: 3px;
'teammatt3 posted this at 15:55 — 7th August 2004.
He has: 2,102 posts
Joined: Sep 2003
The line spacing, hmm, like double spacing in ms word
Busy posted this at 22:40 — 7th August 2004.
He has: 6,151 posts
Joined: May 2001
line-height: 14pt;
teammatt3 posted this at 22:40 — 7th August 2004.
He has: 2,102 posts
Joined: Sep 2003
Thanks guys
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.