Hi!
I want to style a form in html using CSS. It's a really simple form, so I didn't expect to have any problems with accessing it with CSS selectors. But anyway, when I am trying to add something like:
#maincontent #left_side #comments{
margin: 100px;
}
or
#comments{
margin: 100px;
}
I see no visible effect.
Sorry, I think I am not very descriptive, but not sure how to describe the problem... Maybe you could take a look at the demo url here:
http://chess-advices.com:8000/article/ololo/ And suggest how to fix my CSS, to pretify the form? (Well I actually just need to access it first)
Thanks in advance