I've got 2 hopefully pretty easy questions I am trying to make my "New PM" notification really stand out, right now it's just bold if their is a new PM, But I would like it to blink. I found a mod on vbulletin http://www.vbulletin.org/forum/showthread.php?t=103202. It has everything I need but I need to modify the .gif image so that it's just a 10x40 "You Have A New PM" image. I have photoshop and fireworks but I can't figure out how to do this. For some reason my logo isn't centering it is to the right for some reason. Here is the code: edit: sorry the image is not loading for some reason but here is the image: http://www.spazgamz.com/help.png <img src="$stylevar[imgdir_misc]/logo-left.png" width="459px" height="122 px" alt="" style="float:left" /> <img src="$stylevar[imgdir_misc]/logo-right.png" width="463px" height="122 px" alt="" style="float:right; z-index:4" /> <a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img src="$stylevar[imgdir_misc]/logo.png" alt="$vboptions[bbtitle]" width="237 px" height="122 px" border="0" align="middle" style="position: absolute; z-index: 5;" ></a> Code (markup): I am pretty sure it has something to do with the Position:Absolute I am using for the logo but I am not sure. Help with either of these problems would be greatly appreciated.