Is there a way to make a section of text another color, a la:
the next word is <font color="blue">blue</font>
I'd also like to be able to set the background colour in a table, and particularly in individual table cells, e.g.
<table>
...<td bgcolor="red">a red cell</td>...
</table>
Is there any way to do this?
RE: Nokia 7650: Font color and table cell bgcolor
2002-11-27, 09:27#2
There is no support for color control in WML. So, you can not define different colors for different WML elements even though you have color browser (like in Nokia 7650). This will change with XHTML Mobile Profile and WAP CSS (supported in Nokia 3650). WAP CSS provides rich color support so you can define different colors for text, links, borders etc.