Results 1 to 3 of 3
Related
-
How to parse lines of a reponse? Forum: CGI Perl Forum
Replies: 3 -
Coding triple backgrounds Forum: CSS Forum
Replies: 0
-
01-24-2003, 07:44 PM #1
Help: Double Or Triple Space Lines
How do you double or triple space lines for your sentences?
I need the loads of hundreds of words to be typed double spaced so it would be easier to read.
-
01-25-2003, 12:23 AM #2
don't think there's any way of doing that. why not just increase the size of the font?
-
01-25-2003, 06:54 AM #3
css lets you define the line spacing. Heres an example -
Code:<style type="text/css"> body { line-height: 3; } </style>
more info in this reference -
http://css.somepeople.net/cssref
and more info about implementing css in -
http://css.somepeople.netIf one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?