Check teh original version of this hack
HERE
to do this manually in a non-VB page, just upload the files and add the following to any web page you want to have an infobar on:
put this in your <head> </head> section
HTML Code:
<link rel="stylesheet" href="infobar.css" type="text/css" />
and this at the top of your <body> </body> section - first line preferably
HTML Code:
<div id="infobar">
<a href="http://google.com"><p>Click here to go to Google...</p></a></div>
Of course changing the link and text to what you require...
What portal system you using? Or is it custom?