Well, thanks to the help from Mark Paschal I was able to change the appearance of the Google It macro with HTML (see question from Google It Macro). It really was quite obvious in hind sight. Here is the code I used:
<%radio.macros.googleIt(<%itemNum%>, "<font face=\"times"> <font color="#0039b6">G</font><font color="#c41200">o</font><font color="#f3c518">o</font><font color="#0039b6">g</font><font color="#30a72f">l</font><font color="#c41200">e</font> Search It</font>")%>
and the result:
Google Search It
The key was not to place the macro on multiple lines and also to replace any "s with \". Obviously, also make sure that both parameters are surrounded in "s.
10:21:04 PM
|