Herb West’s Blog

An exchange on Photography and Technology

HTML with Css

After fiddling with my web site the last few days, I noticed that all my links were being misdirected…. oh no! I use a”pretty good” program that I bought at Staples to create web pages, but it can’t seem to get “Dynamic HTML” right, so I have resorted to creating “HTML with CSS”. This is about as basic as it gets. Unfortunately by default all the links end up being underlined. My “work-around” (and there always seems to be a need for one in the world of software) is to go ahead and create the web pages using my editor, and then adding this code in the main body:

<STYLE>
<!–
A {text-decoration:none}
–>
</STYLE>

It produces links without underlines. Yahoo!

April 4, 2008 Posted by herbwest | Computer | | No Comments