You MUST upgrade your Win32s software in order to run Mosaic. WIN32S v1.20 with OLE must be installed BEFORE you use Alpha 8.
TAG | Description | Example |
---|---|---|
< TABLE> ... < /TABLE> | The tag that defines a Table in HTML. If the attribute BORDER is present, then Mosaic will display the table with a border. | < TABLE BORDER> ..... < /TABLE> |
< CAPTION> ... < /CAPTION> | This tag defines the caption for the title of the table. The default position of the Title is centered at the top of the table. The attribute ALIGN=BOTTOM can be used to position the caption below the table. Note: Any kind of markup can exist in the caption. | < CAPTION ALIGN=BOTTOM> ..... < /CAPTION> |
< TR> ... < /TR> | This tag specifies a Table Row within a table. You may define default attributes for the entire row. These attributes are: ALIGN (LEFT, CENTER, RIGHT) and/or VALIGN (TOP, MIDDLE, BOTTOM). | < TR VALIGN=BOTTOM ALIGN=CENTER> ..... < /TR> |
< TH> ... < /TH> | This tag defines a Table Header cell. By default the text in this cell is bold and centered. Table Header cells may contain other attributes to determine the characteristics of the cell and/or its contents. See Alignment Attributes at the end of this table for more information. | < TH ALIGN=CENTER VALIGN=TOP COLSPAN=4 ROWSPAN=2 NOWRAP> ..... < /TH> |
< TD> ... < /TD> | This tag defines a Table Data cell. By default the text in this cell is aligned left and centered vertically. Table Data cells may contain other attributes to determine the characteristics of the cell and/or its contents. See Alignment Attributes at the end of this table for more information. | < TD ALIGN=CENTER VALIGN=TOP COLSPAN=2 ROWSPAN=3 NOWRAP> ..... < /TD> |
Alignment AttributesNote: Attributes defined within < TH> ..... < /TH> or a < TD> ..... < /TD> cells will override the default alignment set in a < TR> ..... < /TR> . | ||
|
|
<TABLE> <== start of table definition <CAPTION> caption contents </CAPTION> <== caption definition <TR> <== start of first row definition <TH> cell contents </TH> <== first cell in row 1 ... <TD> cell contents </TD> <== last cell in row 1 </TR> <== end of first row definition <TR> <== start of second row definition <TD> cell contents </TD> <== first cell in row 2 ... <TD> cell contents </TD> <== last cell in row 2 </TR> <== end of second row definition ... <TR> <== start of last row definition <TH> cell contents </TH> <== first cell in last row ... <TH> cell contents </TH> <== last cell in last row </TR> <== end of last row definition </TABLE> <== end of table definitionIn other words, the <TABLE> and </TABLE> tags must surround the entire table definition. The first item inside the table is the CAPTION, which is optional. Then we can have any number of rows defined by the <TR> and </TR> tags. Within a row we can have any number of cells defined by the <TD> </TD> or <TH> </TH> tags.
Preference Tab | Preference Item | Description |
---|---|---|
General | Check this item if you want to see the Tool Bar | |
Check this item if you want to see the URL Bar | ||
Check this item if you want to see the Status Bar | ||
Check this item if you want to see the URL in the Status Bar the next time you start up Mosaic | ||
Check this item if you want to see cursor to change from an arrow to a pointing finger over URLs | ||
Check this item if you want to see the URLs underlined. | ||
Check this item if you want to see your home pages automatically loaded by Mosaic on start-up. | ||
Check this item if you want to see a grey background. When this box is not checked the background will be white. | ||
Check this item if you want to see 3D horizontal rules. When this box is not checked the horizontal rule will appear as a black line. | ||
Check this item if you want to see a round bit map instead of a dash in front of list items. | ||
Check this item if you have an 8-bit sound card. | ||
Check this item if you want to see the group annotations associated with the current document. NOTE: This function is under construction. | ||
Check this item if you want Mosaic to display the inline images. | ||
Home Page | The URL that you want as you Home Page. | |
Main Window Settings | Basic window position settings. Select "Use Current Position as Default" to save the current size and position of the Mosaic window. | |
Services | Display file size and file type icons. | |
Enter the number of html documents and associated images you want Mosaic to retain in memory. | ||
E-mail Address | Enter your email address here. | |
SMTP Server: | The name of your Simple Mail Transfer Protocol Server. This field should reflect your local SMTP server. | |
NNTP Server: | The name of you Network News Transfer Protocol Server. This field should reflect your local NNTP server. | |
Tables | Check this option if you want your tables to have a 3D border | |
Check this option if you want your tables to appear resessed. | ||
Check this option if you want to display all cells. | ||
Table Color | Select change and Mosaic will display a color table so you can change the color of the border of the table. | |
Annotations | Check this option if you want the group annotations associated with the html documents you download. | |
Default Annotation Title: | The default title of the annotations you submit to the group server. | |
Annotation Directory: | The directory used to save local annotations. | |
Group Annotations Server: | The name and port number of the machine you save group annotations to. |