Recent content by Leon Blade

  1. L

    How do i make a auto calculate field in Flash?

    Yes, you can add a listener to each of the boxes that calls a function that updates whenever you change your selection of each combo box.
  2. L

    HTML question - how to remove that blue color and underlined text after you click?

    It depends on how you use your CSS for the anchor tags. Here is some sample CSS that you can use: a:visited { color: YOURCOLOR; text-decoration: none; } You can make it the same color if you want, but that is how you change the color and underline of the links. Look up CSS for anchor...
Back
Top