Great Mod just have one problem im trying to style it so that it looks like its in a table (each line starts a new style) here is the style im trying to use:
PHP Code:
style="
color: #999999;
font-size: 12px;
font-family: Tahoma, Verdana, sans-serif;
background-color: #272729;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 4px;
BORDER-TOP: 1px solid #111111;
BORDER-LEFT: 1px solid #111111;
border-bottom: 1px solid #323232;
BORDER-RIGHT: 1px solid #323232;"
Just trying to figure out where to put it?