My friend from online and I talked about the difference between creating the
html code and the tools from the menu. Here are two examples:

(This is written by codes.)

<style>
<!--
a:link { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: none;}
a:visited { color: #000000; text-decoration: none; }
-->
</style>


(Bottom: The 2nd example is setup by DM MX 2004's tool that I made. I copied
some codes in this post.)


(1) Click "Modify" from menu bar (top)

(2) Select "Page Properties"

(2) Select "Links"


}
a:link {
color: #0000FF;
}
a:visited {
color: #FF0000;
}
a:hover {
color: #FFFF00;
}



Now, I am confused why these examples are different. How can I use the tool
to set up like first example - without typing the codes? It's because the
first example is neat and easy to read. I guess that you know the easy to
answer this question.