I would like to change the color of my links in my table from blue to white.

This is what I used to do it, but it did not work:

Table table = new Table().setCellSpacing(5);
table.setBgColor("#660099");
table.addElement (new Font("Arial", "white", 8));
table.addElement (new TD("Home));
table.addElement (new TD(a));

The font remains blue though, and the style, and size did not change as
well.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to