I inserted the above text into the headinclude template and now can do blinking text. (Thanks!!)
What I'd like to do is have my "search" text in the Navbar blink. I located what I thought was where I should put the code in the Nav template, but when I put the blink tag around what I think is the corrrect text, it includes text "array" next to search in my navbar (search is blinking though!!) How do I get rid of this Array tag - or am I doing this in the wrong place?
HTML Code:
<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase<blink>[search]</blink></a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
Here's a screenshot of what I'm getting...