From: 116 on
New to css. I am attempting to setup some different styles.
<style type="text/css">
Textbox background for one, p.tbbackground {background-color:#E0E0E0;}
Background should be yellow, but nothing happens. I'm sure my formatting is
incorrect. Can some take a look.

Thanks
David
From: 116 on
Thanks all, but I figured out what I was doing wrong. p.blah should be
input.blah

David

"116" wrote:

> New to css. I am attempting to setup some different styles.
> <style type="text/css">
> Textbox background for one, p.tbbackground {background-color:#E0E0E0;}
> Background should be yellow, but nothing happens. I'm sure my formatting is
> incorrect. Can some take a look.
>
> Thanks
> David