
C55 Internet & Background Colour
Bob,
The runtime (HTML) properties that you can set are limited, check out the
HTML spec www.w3c.org to save yourself some hairpulling. The generally
accepted workaround is to create images with your favorite editor and wrap
them in a URL link. The DOM provides the ability but support across
browsers will be sketchy. Try something like:
<input style="background-color: white;" type="submit" value="Submit"
title="Submit" id="submit1" name="submit1">
Note the STYLE tag within the form element definition.
--
bob brooker
SoftVelocity
--
Quote:
> Hi All,
> I'm sure there is a very simple answer to my problem.
> How can i set the background colour of a button on my internet
application.
> I can set the text colour ok. I have tried using the {PROP:Color} command
> which doesn't seem to do anything.
> Can anybody help
> Regards
> Bob