I cleaned it up a little more... I think - I'm not very versed in this stuff as my primary vocation is a little more hands on and dirtier.
www.truckroadservice.comHere is what it was
<style>
#header_links td {background-color:#000000}
table.ev_post_table table.ev_tab_table_all td.eve_tab {
background-image:url('http://barthmobile.com/masthead/bg.png');
}
.ev_tab_table_top {margin-left:0}
* {
line-height:18px;
}
</style>
<style>
div.ev_tab, div.ev_tab_hover {
color: #ffffff;
font-size: 0.9em;
padding: 3px;
background-repeat: repeat-x;
background-image:url('http://barthmobile.com/masthead/bg-1.png');
</style>
<style>
table.ev_container td, table.ev_container_bottom td, table.ev_container th {
background-repeat: repeat-x;
border-top-width: 0px;
background-image:url('http://barthmobile.com/masthead/bg-1.png');
font-size: 0.9em;
padding: 5px;
</style>
Here is what I condensed it down to. Red is for the tables I was trying to do - black is what I had before for the Reply Popup Window
<style>
#header_links td {background-color:#000000}table.ev_post_table table.ev_tab_table_all td.eve_tab {background-image:url('http://barthmobile.com/masthead/bg-3.png'); background-repeat: repeat-x;}.ev_tab_table_top {margin-left:0}* {line-height:18px;}div.ev_tab, div.ev_tab_hover { background-image:url('http://barthmobile.com/masthead/bg-1.png'); background-repeat: repeat-x;}table.ev_container td, table.ev_container_bottom td, table.ev_container th { background-image:url('http://barthmobile.com/masthead/bg-1.png'); background-repeat: repeat-x;}</style>
Am I on the right track?
Still have the same issue with the tabs as outlined above.
(edit:to add in
} at end)