Gossamer Forum
Home : Products : DBMan : Installation :

icing on the cake

Quote Reply
icing on the cake
i now have a very nice intranet database working. looks great too. now i just want to make it look that little bit better.

does anyone know how to:
a. allow javascript rollover effects on buttons when they are inside dbman html.pl file. all i get are errors.

b. not dbman question really, but does anyone know how to turn off these stupid irritating purple halos around href graphics. it really spoils my design.



------------------
cybergaz
Quote Reply
Re: icing on the cake In reply to
The answer to B is to dd the border="0" to your <img> tag, like this:

Code:
<a href="http://www.yahoo.com"><img src="images/yahoo.gif" height="84" width="100" border="0" alt="Example pic"></a>

[This message has been edited by xyzzy_daniel (edited April 14, 1999).]