Is this right for a CSS code?

@ozkid92 (549)
United States
February 10, 2008 3:48pm CST
I'm trying to make the style of a table cell look like a certain color, and the words need to be spaced about 20 pixels apart. Can anyone tell me if this is the right code? I've tried it and it doesnt seem to be working.. <style type="text/css"> td{color: #750000; word-spacing: 20px;} <style>
1 person likes this
4 responses
• India
25 Apr 09
goto www.w3schools.com and learn css. It is good css learning resourcs. you will find exaple there useing CSS. good luck
@raghwagh (1527)
• India
1 Jun 08
I think you should have a look at some tutorials for CSS implementation. Or the simplest way will be just see the voew source for ant web page and you will come across the use of styles and css and you can learn for the same.
• United States
14 Apr 08
Take a look at this page: http://www.w3schools.com/css/css_howto.asp
• Canada
12 Feb 08
There are excellent tutorials on www.w3schools.com/css that might be of help for coding. Hope this helps you!:)