In a DIV#main i got #main img {padding:10px; background-color:#ffffff; border:#899c38 1px solid;}
…so all my image get a nice border…
inside that div i inserted a table of price and I want my image inside that table (nammed .tableau) to having no style at all… stupid question but just doesnt seems to get it !
Hi, that’s because just img.nostyle doesn’t have enough weight to override the ID selectors. The inline styling should have worked. Try adding !important to the end of the CSS rule (before the ; ) to see if it’s just specificity issue. Got a link so we can more easily debug?
The correct terminology is border:0 or border:none. Don’t only specify the border style.