Thanks, Petko! That did the trick! Site looks perfect now (at least in my eyes...)<br><br>Z.<br><br><br><br><br><div class="gmail_quote">On Sun, Mar 23, 2008 at 6:36 PM, Petko Yotov &lt;<a href="mailto:5ko@5ko.fr">5ko@5ko.fr</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Monday 24 March 2008, Steven Benmosh wrote:<br>
&gt; The text above and in the table is rather skinny for my old eyes, and I<br>
&gt; would prefer to change both the font family and the font size. I looked at<br>
&gt; the documentation for font control, but it appears that it is not that easy<br>
&gt; to set the font family and the font size, especially if the changes are<br>
&gt; only for one page. The rest of the site is okay, even though the text style<br>
&gt; and font are the same, because I use a different layout with bolds, links<br>
&gt; and images. On the home page, I would prefer Times 14, rather than what I<br>
&gt; have, which looks like Arial 12 or Courier 12 (san serif).<br>
<br>
</div>Hi. It is actually quite easy:<br>
<br>
 &nbsp; &gt;&gt;font-family=serif font-size=14pt&lt;&lt;<br>
 &nbsp; Here is my bigger text in Times.<br>
 &nbsp; &gt;&gt;&lt;&lt;<br>
<br>
If you need to use the same setting at more than one place, it may be better<br>
to add a file &quot;pub/css/local.css&quot; containing something like:<br>
<br>
 &nbsp; div.bigtimes { font-family: &quot;Times New Roman&quot;, serif; font-size:14pt; }<br>
<br>
and then, in the page, use<br>
<br>
 &nbsp; &gt;&gt;bigtimes&lt;&lt;<br>
 &nbsp; Here is my bigger text in Times.<br>
 &nbsp; &gt;&gt;&lt;&lt;<br>
<br>
Thanks,<br>
<font color="#888888">Petko<br>
<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Check out my web site - <a href="http://www.words2u.net">www.words2u.net</a>