How to set link styles
Hi Alex,
what if I don't want to use any function in order to set a link (obj.setCellLink), but just pass data where one of the cell values contains <a href=.....?
That means, I cannot determione in advance that a cell is a link, as I want to pass data from PHP, so cannot derive easily afterwards whether a cell contains a link or not.
If I pass the value containing the HTML code for <a>, the style of that cell is set al Times New Roman, 14px, black!! (horrible)
I have tried to explicitly set:
but with no success....
What should I do???
Thanks, ciao.
Diabolik
what if I don't want to use any function in order to set a link (obj.setCellLink), but just pass data where one of the cell values contains <a href=.....?
That means, I cannot determione in advance that a cell is a link, as I want to pass data from PHP, so cannot derive easily afterwards whether a cell contains a link or not.
If I pass the value containing the HTML code for <a>, the style of that cell is set al Times New Roman, 14px, black!! (horrible)
I have tried to explicitly set:
.aw-templates-link{color: blue; font-size: 10px; font-family: Verdana;}
.aw-ui-link{color: blue; font-size: 10px; font-family: Verdana;}
but with no success....
What should I do???
Thanks, ciao.
Diabolik
Diabolik
January 24,