PDA

View Full Version : How to change button color?


dmoon
10-05-2004, 02:47 PM
so i'm a newbie and wanted to find out how to
1. change the color buttons?
2. change the color of the text within the button?

this is what i have so far...
====
<canvas bgcolor="#cccccc">
<button bgcolor="#000000">About Me</button>
</canvas>
====

thanx!

antun
10-06-2004, 10:26 AM
Since button is a component it has a different approach for setting the background color. See the style example that ships with the download:

http://www.laszlosystems.com/lps-2.2/examples/components/style_example.lzx?lzt=html

-Antun