Too True...... too true
--
Scientists see the world as it is,
Engineers create a world that has never been
bob
"John Jay Smith" <-> wrote in message
| Thanks Bob I will try it.
|
| I just wanted to add something to your sig
|
| > Scientists see the world as it is,
| > Engineers create a world that has never been
| > Writers are the inspiration of both.
|
| Many of the things we have today
| where in SF books long before they existed.
| Example: Look at Jules Vern
|
| Something has to be imagined first in the mind,
| then manifested in a tangible form.
|
| It so happens that these 2 categories of people
| are trained in science and technology,
| but lack the training on how to create a
| vision with their imagination.
|
| If you are lucky you have a strong imagination and sound technical
| knowledge like Nicola Tesla. He could imagine anything he built in his
| mind in great detail BEFORE he started making it.
|
| But how about training someone on how to imagine?
| Can it be done? I say it is
|
|
|
| | > Also you can go to View>Toolbars>Formatting
| > Then select verdana in the font dropdown...
| >
| > --
| > Scientists see the world as it is,
| > Engineers create a world that has never been
| >
| > bob
| > | > | Change that to
| > |
| > | <style>
| > | body {
| > | font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
| > | font-size: 12px;
| > | color: black;
| > | }
| > | </style>
| > |
| > | See if that works
| > |
| > | bob
| > | "John Jay Smith" <-> wrote in message
| > | | > || sorry.. I dont know css very well
| > ||
| > || I added this code to the header
| > ||
| > || <!--
| > || body {
| > || font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
| > || font-size: 12px;
| > || color: #CCC;
| > || background-color: #333;
| > || }
| > || -->
| > ||
| > || in the browser it should show verdana text, but its not... any ideas?
| > ||
| > || Thanks
| > ||
| > ||
| > || | > || > Set the default font
| > || > 1. On the Tools menu, click Page Options.
| > || > 2. Click the Default Fonts tab.
| > || > 3. Set the default fonts for Design view and Code view.
| > || >
| > || > OR
| > || >
| > || > Use CSS
| > || > body {
| > || > font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
| > || > font-size: 12px;
| > || > color: #CCC;
| > || > background-color: #333;
| > || > }
| > || >
| > || > Notice I used a font family so if they don't have veranda on their
| > || > computer
| > || > their are other substitutes...
| > || >
| > || > bob
| > || >
| > || > "John Jay Smith" <-> wrote in message
| > || > | > || > |I want frontpage 2003 to use verdana as the default font for every
| > new
| > || > page
| > || > | I make...
| > || > |
| > || > | how??
| > || > |
| > || > | Thanks
| > || > |
| > || > |
| > || >
| > || >
| > ||
| > ||
| > |
| > |
| >
| >
|
|