Hi,
I am using the following code to change the color of a link
<a href="index.htm"><font color="black">Test</font></a>
It works really good on any desktop browser, but then I want to view it in a PDA-Browser (e.g. on a Palm) The links only get the standard color. I don't want to use CSS and I allready set the link color in the <body> tag to white so I cant use this.
Any ideas how I can view the link correct?
Thanks
Thomas
I am using the following code to change the color of a link
<a href="index.htm"><font color="black">Test</font></a>
It works really good on any desktop browser, but then I want to view it in a PDA-Browser (e.g. on a Palm) The links only get the standard color. I don't want to use CSS and I allready set the link color in the <body> tag to white so I cant use this.
Any ideas how I can view the link correct?
Thanks
Thomas