How to access the background color in HTML view ?
Anybody know how to access the
background color in HTML view ?
I have the following code :
htmlpage NEW3()
<%{%>
<body style="background:#0000FF"> // The blue
<table cellspacing="1" cellpadding="1" border="0" width="100%" style="background:#FF8000"> // The orange
<tbody>
<tr>
<td>test</td>
<td>test</td>
</tr>
<tr>
<td>test</td>
<td>test</td>
</tr>
</tbody>
</table>
</body>
<%}%>
You can view the page here : https://creator.zoho.com/angroup/gescan-v3/view-perma/NEW3
How do I access the white ?
Thanks for your help.