Quote:
Originally Posted by rapidphim
I'd like to remove it completely. Thanks much.
Also, for some reasons, it kept on saying that I have "Invalid Path specifiy" when I tried to import the file. Any help?
|
I'm not sure what an invalid path specified would be from, I'll have to investigate that one and try to have it happen on mine.
To remove the background image behind the login box in the header find:
Code:
<td id="header_right_cell" width="178" height="60" style="background-image:url(images/styles/seogreen/login_04.jpg);" align="left">
Replace with
Code:
<td id="header_right_cell" width="178" height="60" align="left">
If you want to replace it with a solid color replace it with this instead
Code:
<td id="header_right_cell" width="178" height="60" style="background: #000000;" align="left">