Tools - Text Attributes

The Text Attributes tool allows you to specify the properties of the font used for the selected text fragment. In the list of font typeface selections, simply select the desired font and add it to the list with the button marked with a plus. You can specify several font typefaces that are used depending on whether they are installed on the computer where the page is viewed. You will launch this tool from the Main Menu / Text / Text Formatting, as well as from the Text References and Formatting toolbar.

Basic formatting tab

The first tab contains controls that allow you to select basic formatting such as colors, size, typeface and style for the text. There you will find the appropriate elements in three groups: Simple design, Font style, Element style.

Simple Appearance Group

In this group you can specify the size and color of the font:

Font size
In this field you can choose how to specify the font size. It can be exactly the size you specify in the next field, or it can be increased or decreased by the indicated number from the current size. Selecting "disregard" does not affect the font size.

Font size
Specifies the font size, determined according to the rule in the box on the left.

Text color
Select a color for the text using the list.

Typeface group

This group allows you to specify the typeface or typefaces that will be used. You will find the following fields here:

List of system fonts
Select the font you want to add to the list of fonts available for text here, and then press the button marked with a "+" icon.

List of assigned fonts
This is a list of fonts set in order of priority. If any of these fonts is not available in the user's browser, the next in order will be used. You can add and remove fonts using the buttons next to the list.

Element Style group

Formatting and text attribute markup can be inserted into a document in several ways. In this group you specify what method it will be. You can choose:

  • As a font tag - this way is marked in the HTML specification as not recommended. You should rather use span or div


  • As a basefont tag - this way is absolutely not recommended because it basically works only in MS Internet Explorer. It sets selected attributes for all fonts used in the document. Here it is definitely better to use a style sheet.


  • As a span tag - this method places the definition of text formatting in the document using the span tag and the text formatting property stored in its style attribute. Use this method if you want to highlight a word in the text, as it does not start a new paragraph. An example use of this method will place text in the document: <span style="font-size: xx-small; color: #FFFF00"></span>.


  • As a div tag - this way works similarly to the above however, it creates a new style block, that is, usually a new paragraph.

Additional tab

The formatting described above, however, is not all. There are 30 switches on the Additional tab, which allow you to introduce various styles and additional effects, sometimes very interesting and sometimes even necessary, such as bold or italic text. When using this tool, the user doesn't need to know all the text formatting tags by heart - Spider will do everything for him. Simply select the appropriate switches according to the formatting you want to achieve.

Tips

When creating pages using fonts, keep in mind that not all systems have the same fonts installed as on the computer used to create the page. So you need to use the lists used to select fonts in moderation.

Checking the "Base Font" box inserts the basefont tag into the document. It is used to specify the base font parameters in the document, used where other formatting tags have not been used. However, its use is not recommended by the latest HTML specification - again, it is more advisable to use styles.

Related topics

To top