+ 1
Can somebody answer the question? why color in my table on the second row is blue? Please see my code.
3 Antworten
+ 3
You do have many mistakes in your code, here are some:
- You double declared doctype which is no need.
- You type ## to define hexadecimal colors.
- You forgot to close " at the end of a background color style declaration.
+ 2
use style inline for your table... or use class instead
+ 1
Geoffrey, thanks. Double declaration its happened because im copy code from pc. Now its ok