Quote:
Originally Posted by imported_Vishalsachar
Hi, this is a great style. Thank you for taking the time to develop it and share it.
One question: I want the banner at the top to be much smaller, even less than half. It is too high and I have to scroll down to get to a lot of what I want to get to without scrolling.
The file I tried to modify was images/Collision/misc/headerbg.jpg but changing the height had no effect. Can you give any ideas?
|
No Problem. Sorry about that. I tried to leave room for any ads or additional custom ad dons to be placed there. But here is an easy way to fix. Open the header template and find
HTML Code:
<td width="1208" align="center" style="width:900px;height:212px;background:url(Collision/header.png)">
<table width="980" height="253" border="0" align="center" cellspacing="0"
Replace with
HTML Code:
<td width="1208" align="center" style="width:900px;height:212px;background:url(Collision/header.png)">
<table width="980" height="193" border="0" align="center" cellspacing="0"
Its decreasing the tables height therefor making the image appear smaller without doing any hard customization. I hope this helped.