Change Userinfo Box on New Notification

Install Info:

1. Import the product.
2. done.


See SS for example.

How to change the style:

I used the td.inlinemod class for the color effect. If you wish to use your own just create some custom CSS and add it in the additional CSS field in you style manager for the styles you use. You could also add a background image in your custom CSS for other effect.

To change the CSS go into the options page for this hack and where it says replacment text change the following:

Code:
<td class="inlinemod" nowrap="nowrap">


Now you would replace the text in red "inlinemod" to your custom CSS. Depending on your style it would look something like this.

Code:
<td class="yourcss" nowrap="nowrap">
 
Back
Top