How can I change the font-size and color of the text 'Inventory Search' in the code listed below?
The words Inventory Search is a hyperlink that works. I would like to change the font-size and then
have the color as 'RED'
<a href="https://www.escomp.com/IndexSearchGlobal.php"
target="popup"
onclick="window.open('https://www.escomp.com/IndexSearchGlobal.php','popup','width=600,height=150'); return false;">
Inventory Search
</a>
Thank you...
Rick