i need to to some (technically awful but still good looking) table designs for blackberries that have all css support disabled.
i don't seem to find out how to get my links to display as follows without css:
<style type="text/css">
a.hover {
border:0;
}
a {
text-decoration: none;
}
</style>
is it even possible, just using html?