PlanetSide Universe - View Single Post - Formatting dreamweaver.
View Single Post
Old 2003-02-26, 05:05 PM   [Ignore Me] #3
powdahound
Contributor
PSU Staff
Code Hound
 


The head of your document would need a CSS style tag like this:

<hr>
&lt;head&gt;
&lt;title&gt;Test Document&lt;/title&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;
&lt;style type="text/css"&gt;
BODY {
font-family: verdana, arial, helvetica, san-serif;
font-size:10pt;
line-height:12pt;
font-style:normal;
font-weight:normal;
<b>line-height: 2;</b>
color: #000000;
}
&lt;/style&gt;
&lt;/head&gt;
<hr>

<b>line-height</b> is what will make the text double spaced.
__________________
powdahound.com
powdahound is offline  
Reply With Quote