Document Body

With this command you can modify the attributes of the (BODY) of your document . You can insert an image in the (BACKGROUND), indicate a background color, and modify the color of text and links in your Web page.

  1. In the Specialized tab, click on the icon Body . You can also use the shortcut SHIFT+ALT+B (Refer to list of shortcuts).

  2. If you wish to insert a background wallpaper, enter the image file's directory and name in the Wallpaper text box. The image must be in GIF or JPG format.

  1. In the Color Options window, select the desired color for the different available options by pressing the Color button. The color selected will appear on the button.

CuteHTML Pro will ask you to confirm the changes to the current BODY tag. To apply the new parameters, click on the Yes button.

These tag properties can be modified.

Following is a description of the different options in the text box:

Background

This attribute allows you to change the color of the background. The default color depends on the browser being used.

Example: <body bgcolor="#color">

Text

This attribute allows you to change the color of the text. The default color is black.

Example: <body text="#color">

Link

This attribute allows you to change the color of the hypertext links. The default color is blue.

Example: <body link="#color">

Active link

This attribute allows you to change the color of the active links; that is, the color of the link when you click on it.

Example: <body alink="#color">

Visited link

This attribute allows you to change the color of the visited links. The default color is mauve.

Example: <body vlink="#color">

Microsoft Internet Explorer Extensions

Microsoft's Internet Explorer allows you to add other options to the BODY command.

Fixed background

If you place a check mark on this option, the background appears to be frozen. This option will add the attribute BGPROPERTIES=FIXED to the command BODY.

Example: <body background="image" bgproperties="fixed">

 

Scroll bar visible

Causes the scrolling bar to be displayed.

Example: <body scroll="no">

Clear button

The Clear button allows you to reset the default values for the command BODY, depending on the browser you use.