In this part we will explore how to add color, links to other pages and more.
If you have not uploaded your web page to the Callig server then you can get help from Jim Martin
Note Jim Martin has set up a webpage template which you can use without the need to refer to these help pages. These pages explain most of the coding used by Jim as well as expand on the basic template. The information here is good for any Web Page and probably any server.
To specify the background color to white change the <BODY> tag to <BODY BGCOLOR="FFFFFF">
BGCOLOR is an instruction to your browser to use the color specified as FFFFFF (the code for white), you can specify any color you want using this six digit code. Other colors and an explanation of the code can be found here.
Be careful specifying colors, see these notes.
A BODY tag which specifies all four attributes would look like this
<BODY BGCOLOR="XXXXXX" TEXT="XXXXXX" LINK="XXXXXX" VLINK="XXXXXX">
where the actual codes replace the XXXXXX shown.
You can use this tag to align your heading in the center
or to the right
Not all browsers support this yet so it may not work on your screen.
You can include links to other web pages on your web page using the following example
Note the first section, between the first pair of < > brackets is the address and is case sensitive. Mike.html is NOT the same as mike.html, it does not matter in the second part, the caption section. Since you don't see the HTML tags or the address, this is what you will see on your browser Mike's Home Page
You can add an e-mail address using the following
It will appear like this youremailaddress
Next, Adding Images. Text only browser. Graphics browser