Witam ,mam pytanie , jaki zrobić , jakiego wpisu dokonać w XML aby taka tabela (wiersz) był pokolorowany np. na pomarańczowo , ale żeby było widać w niej wpisy ? przykład :

  1. <table columns="4" width="100.0%" align="justify" cellpadding="0.0" cellspacing="0.0" widths="70;10;10;10" borderwidth="0.0" left="true" right="true" top="true" bottom="true" red="0" green="0" blue="0">
  2. <row>
  3. <cell borderwidth="1.0" left="true" right="true" top="true" bottom="true" horizontalalign="center" verticalalign="center" header="true" leading="10.0">
  4. <paragraph size="7" font="arial" align="center" fontstyle="bold"><phrase><chunk subsupscript="3.0">zwierzę</chunk></phrase></paragraph>
  5. </cell>
  6. <cell borderwidth="1.0" left="true" right="true" top="true" bottom="true" horizontalalign="center" verticalalign="center" header="true" leading="10.0">
  7. <paragraph size="7" font="arial" align="center" fontstyle="normal"><phrase><chunk subsupscript="3.0">gad </chunk></phrase></paragraph>
  8. </cell>
  9. <cell borderwidth="1.0" left="true" right="true" top="true" bottom="true" horizontalalign="center" verticalalign="center" header="true" leading="10.0">
  10. <paragraph size="7" font="arial" align="center" fontstyle="normal"><phrase><chunk subsupscript="3.0">ryba</chunk></phrase></paragraph>
  11. </cell>
  12. <cell borderwidth="1.0" left="true" right="true" top="true" bottom="true" horizontalalign="center" verticalalign="center" header="true" leading="10.0">
  13. <paragraph size="7" font="arial" align="center" fontstyle="normal"><phrase><chunk subsupscript="3.0">płaz</chunk></phrase></paragraph>
  14. </cell>
  15. </row>