In this part we will explore how to add color, images, 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 basictemplate. 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 thecolorspecified as FFFFFF (the code for white), you can specify any color you want using this six digitcode. Other colors and an explanation of the code can be foundhere.
Be careful specifying colors, see these notes.
A BODY tagwhichspecifies 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 webpage using the following example
Note the first section, between the first pair of < > brackets is the address and iscase sensitive. Mike.html is NOT the same as mike.html, it does not matter in the second part,thecaption section. Since you don't see the HTML tags or the address, this is what you will see onyourbrowser Mike'sHome Page
You can add an e-mail addressusing the following
It will appear like this youremailaddress
Next, Adding Images. Text only browser.Graphicsbrowser