But the example you show - I don't think it is a
CForm.
In a CForm, you wouldn't (or atleast I don't seem to)
see:
<label id="myLabel">Here comes one input field</label>
<input id="myInput" type="text"
readonly="readonly" name="dummy" value="Hello World!"
/>
Instead you would see something like this:
Here comes one input field
<input id="myInput" type="text"
readonly="readonly" name="dummy" value="Hello World!"
/>
So, while it is possible to easily handle the input
field which has tags, the label itself is not
tagged...and so, hard to get a hold of to change its
properties, or so it seems....
No? Am I missing something?
thx
Paul
--- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Paul Joseph wrote:
> > I too am having the same problem in CForms, but
> don't
> > know how to use CSS to set the background colour
> of
> > only the labels in the page. An example on how to
> > implement this would be of great help.
>
> Have a look.
> <http://home.arcor.de/plsdontreply/labels/>
>
> P.S.:
> For similar questions you'd better ask in a HTML/CSS
> newsgroup.
> --
> [EMAIL PROTECTED]
>
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]