There are 2 things you can do that I can see.
#1:
Change this:
Code:
<div style="background-color: transparent; height: 50px;" class="tbl_p_msg">
to this:
Code:
<div style="height: 50px;" class="tbl_p_msg">
or #2
change this:
Code:
<div style="background-color: #ffffff;" id="f_tbl">
to this:
Code:
<div style="background-color: black;" id="f_tbl">
Last edited by angele803; 06-02-2008 at 03:27 PM..
|