MattM
02-12-2004, 08:21 PM
I'm displaying a list of categories stored in MySQL and I've been trying to format the text using several methods, however, they do not work. The text is currently plain, black. I have this in my <head> tags.
<style type="text/css">
a.menu {
text-decoration: none;
color: white;
font-family: "arial";
font-size: 9pt;
} </style>Before the code to list the categories starts, I have <div class="menu">, and then of course </div> after the code ends.
I have even tried setting the text color of the page in Dreamweaver via Page Properties, but that does not work either.
<style type="text/css">
a.menu {
text-decoration: none;
color: white;
font-family: "arial";
font-size: 9pt;
} </style>Before the code to list the categories starts, I have <div class="menu">, and then of course </div> after the code ends.
I have even tried setting the text color of the page in Dreamweaver via Page Properties, but that does not work either.