Page Width - You should
enter the number of pixels wide you wish your discussion group to
display. The program will adjust the display of the discussion group
pages based on the pixel width you enter here.
Typical web pages are designed to match the two most common screen
resolutions. Until the last three or four years the most common screen
resolution was 640 x 480 (640 pixels wide by 480 pixels tall). More
recently the most common screen resolution has been 800 x 600 (800
pixels wide by 600 pixels tall). To insure that your discussion group
will fit on most screens the page width should be set to
no larger than 565 pixels.
Page background color -
HTML allows you to set the background color of your web pages by using
a Hex value indicating the amount of Red, Blue and Green
colors to display. If you are not familiar with Hex
colors, simply leave the default color which is FFFFFF.
Page-Head background color
- HTML also allows you to set the background color of certain sections
of a page (table cells). The Hex color you enter here
will be the background color for the "Header" section of the
discussion group pages. If you are not familiar with Hex
values, simply leave the default color which is FFFFFF.
Caption background color
- The caption section of the discussion group pages is below the
"Header" section and above the "Body" section and
contains most of the links for navigating the discussion group pages.
The header section contains the Name of your discussion group or any
HTML you wish to add. The body section is the section where the
discussion group messages are displayed. This field sets the
background color for the caption section of all pages using a Hex
value. If you are not familiar with Hex values, simply
leave the default color which is FFFFFF.
Message body background color
- The body section of the site contains the discussion group messages.
The background color for this section is set in the Message body
background color field using a Hex value. If you
are not familiar with Hex values, simply leave the
default color which is FFFFFF.
Message Alternate Colors 1 and 2
- To help clearly define the separate messages in your discussion
group, the program allows you to set up two different colors that
alternate for each message in Hex format. For example,
enter FFFFAA in Message Alternate Color 1 and FFFFCC in Message
Alternate Color 2 to show the messages in alternating light
yellow colors.
Admin Email Address -
Enter the email address you wish people to use to contact you with
questions about your discussion group.
Home URL - This section
allows you to determine how users will return from your discussion
group site to your main site. If you enter a URL (fully qualified in
the format http://www.yourdomain.com/yourpage.html) the program
will add a link on the all discussion group pages to that location. If
you enter nothing in the URL field, choose the top radio button to
include no link (do this if you are using html in the header with a
link back to your site) or the bottom radio button to put a javascript
"close window" link (if you are opening the discussion group
in a new window) on the discussion group pages.
Header Information - You
may use HTML code (See NOTE Below) to design a header for your
discussion group site. Using Java-Script or CSS may cause the
pages to display improperly. The information or HTML you enter
in this field will be displayed at the top of all pages in the
discussion group site.
Footer Information - You
may use HTML (See NOTE Below) code to design a footer for your
discussion group site. The information or HTML you enter in this field
will be displayed at the bottom of all pages in the discussion group
site.
Terms and Conditions -
You may use HTML (See NOTE Below) code to design a Terms and
Conditions page for your discussion group site. The
information or HTML you enter in this field will be displayed when the
user clicks the Terms and Conditions link in the discussion
group pages.
NOTE: When using HTML code in
these fields you must either enter all code within <p></p>
tags or within <table></table> tags. For example, to
include a header that displays your logo and your company name as the
header for the discussion group site you can use the following
format(s):
<p>
<img src="http://www.yourdomain.com/images/yourlogo.gif"
align="center">
<font face="arial" size="3"
color="#FF0000">
My Company Name
</font>
</p>
OR
<table width = "100%"
bgcolor="#FFFFFF">
<tr>
<td width="100%" bgcolor="#FFFFFF">
<img src="http://www.yourdomain.com/images/yourlogo.gif"
align="center">
<font face="arial" size="3"
color="#FF0000">
My Company Name
</font>
</td>
</tr>
</table>
You may not use
<HTML></HTML> OR <BODY></BODY> tags in these
fields. Doing so may cause the pages to display improperly. Any
improperly formatted HTML tags may cause the pages to display
improperly.