PDA

View Full Version : Need Help with overall_header.tpl


treycee
17 Nov 06, 02:12
I am trying to add my own banner and when I do, the whole format goes wide, and/or screws up....any suggestions or do youknow what I am doing wrong?? I am just changing the dimensions of the logo to the dim. of the header tpl file as well as the name!

http://etraci.com/D99.3/index.php

is where I am trying to get it to look right!

Thanks
Traci:confused:

Splinter
17 Nov 06, 08:11
Hi,

Try this:

Find:

<tr>
<td align="center" class="logorow1"><div class="logorow2"><a href="{U_INDEX}"><img src="templates/AcidTechTiger/images/logo_mid.gif" height="88" alt="{L_INDEX}" /></a></div></td>
</tr>

Replace with:

<tr>
<td align="center"><a href="{U_INDEX}"><img src="templates/AcidTechTiger/images/logo_mid2.jpg" height="70" width="688" alt="{L_INDEX}" /></a></td>
</tr>

CyberAlien
17 Nov 06, 11:03
That might be caused by editor you are using to edit header files. Try notepad or similar application (I recommend editplus)

treycee
17 Nov 06, 14:38
I changed it, but the forum name rows are still to the left!! any suggestions?

Thank you so much for all the help!


Traci

CyberAlien
17 Nov 06, 16:05
Default row alignment is left, unless you have specified it to align to center. So if you want all rows in one table to align to center add align="center" to <table> or align="center" to all <td>.

treycee
17 Nov 06, 20:01
thanks for all your help...



Traci