RE:
Well done Laurie, and well applied Eric!
If you are OK about it, I think it would be a good idea to add the instructions you sent Eric about editing the plantlist.css Laurie.
I'm sure others will find it useful.
Keeps it all together here in this thread, easy for me to review when I get to that update.
These are the instructions I gave to Eric (Palustris) to edit the font size in the
Plant List and the main pages of his WPG.
On your computer go to C:\igdata_sets\web, and click once with the right mouse button on the document called "plantmenu.htm" and open it using Notepad.
At the top of this document, it starts with the following text -
<html>
<head>
<title>Plant List</title><base target= "Plant Details">
<LINK REL=STYLESHEET TYPE="text/css" HREF="plantlist.css">
</head>Note the reference to the line <LINK REL=STYLESHEET TYPE="text/css" HREF="plantlist.css">.
Now, in the same folder as above, click once with the right mouse button on the document called "
plantlist.css" (this is the Stylesheet that "plantmenu.htm" document is using.)
Confirm if the text displayed looks like this -
a:link { color: #0000FF; text-decoration: underline; }
a:visited { color: #008000; text-decoration: underline; }
a:active { color: #FFFFFF; text-decoration: underline; ; background-color: #FC1D5A}
a:hover { color: #FFFF00; text-decoration: none; }If it does, then that is why your text is staying at the default smaller text size of 8pt. Because a font size is not specified in "plantlist.css" it is using "VIDstyle.css" instead, which defines the overall settings for all the .htm documents.
To change the font size in ONLY the "Plant List", then add the following text at the top of the opened document "plantlist.css" -
BODY
{
FONT-SIZE: 8pt;
COLOR: black;
FONT-FAMILY: 'Trebuchet MS', Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
}Type this exactly as shown here from, and including,
BODY and the open and closed 'curly' brackets (better to copy and paste it.)
Change the font size from 8pt to whatever you want. Use increments of two each time, for example, start with 10, then 12, 14, 16, etc. You won't want it to be too big so 10 or 12 should be what to go for.
Leave a line space between this coding and that which is already there.
Then save the document with the same filename.
When you regenerate your WPG, this TEMPLATE Stylesheet that you have just altered will then be used.
Remember, if any future amendments wish to be made to this Stylesheet, they must be done to the Default one which is stored in C:\igdata_sets\web and not the copy that is created in your 'Project' folder that is created each time you regenerate the WPG.
PhilTo edit the font sizes on the Introduction Page, please refer to my posting here -
http://www.flowergenie.co.uk/ideas/forum/index.php/topic,945.msg5275/topicseen.html#msg5275Laurie.