How do I keep blank (and move the site up) the banner that comes with the database. I'm not looking to make a 64x64 blank canvas ; )
How do I keep blank (and move the site up) the banner that comes with the database. I'm not looking to make a 64x64 blank canvas ; ) Answer my questions and you get love! |
be aware that if you do this you will lose the use banner ads function and quotes..
templates/base/css/general.css div.sys_main_logo { Change it to look like This. div.sys_main_logo { position: relative; z-index: 56; background-color: #000000; display: none; <<<<<<<<<<<<<<<<<
}
happy thoughts |
LOL! Thank you. Decided a different approach without removing the system code. PHEW. You rock. Answer my questions and you get love! |
using the clear .png works and allows the everything to work |