Page 1 of 1
[SOLVED]Banner/Header in TI2000

Posted:
Tue Jun 23, 2009 6:15 am
Author: shado
I was finally able to get the banner centered, but I can't figure out how to get the buttons centered. Anyone have any ideas?
[photo]http://www.deathdealermercenaries.com/images/header.jpg[/photo]
Re: Banner/Header in TI2000

Posted:
Tue Jun 23, 2009 5:49 pm
Author: shado
Guess this is in the wrong forum <img>
Re: Banner/Header in TI2000

Posted:
Tue Jun 23, 2009 6:25 pm
Author: Helter
you would need to recode the table because all the images are built off the left side.
Re: Banner/Header in TI2000

Posted:
Wed Jun 24, 2009 4:09 am
Author: shado
I'm guessing it isn't as simple as replacing left with center. Oh well.
Thanks for the reply. <img>
Re: Banner/Header in TI2000

Posted:
Wed Jun 24, 2009 10:22 pm
Author: obiku
Before I say something stupid, can you show me the code of your qbar_qbars.tpl.
Re: Banner/Header in TI2000

Posted:
Thu Jun 25, 2009 9:08 am
Author: shado
- Code: Select all
<BEGIN><table><BEGIN><tr> <BEGIN> <td> <BEGIN> <BEGIN> <table><tr><td> <END> {_qbar.line.cell.field.OPTION} <BEGIN> </td></tr></table> <END> <END> </td> <END></tr><END></table><END>
Re: Banner/Header in TI2000

Posted:
Thu Jun 25, 2009 9:47 am
Author: Helter
ti2000 does not use Qbar. It was one of my first ports and at the time I was still learning css and html. The original phpbb version was a mess so I spent alot of time just fixing the original theme but the coding is still kind of messy.
Re: Banner/Header in TI2000

Posted:
Fri Jun 26, 2009 10:40 pm
Author: shado
Do you remember what the file would be to work with? I was in the overall header for a bit.
Re: Banner/Header in TI2000

Posted:
Fri Jun 26, 2009 11:05 pm
Author: Helter
you are in the right place. This is the row, or <tr>.
[code=html] <TR> <TD> <IMG></TD> <TD> <A> <IMG></A></TD> <TD> <A> <IMG></A></TD><BEGIN> <TD> <A> <IMG></A></TD><END><BEGIN> <TD> <A> <IMG></A></TD> <TD> <A> <IMG></A></TD><END> <TD> <A> <IMG></A></TD> <TD> <A> <IMG></A></TD> <TD> <A> <IMG></A></TD> <TD> <A> <IMG></A></TD> <TD> <A> <IMG></A></TD> <TD> <IMG></TD> <TD> <div style="background]
Re: Banner/Header in TI2000

Posted:
Thu Jul 09, 2009 8:40 pm
Author: shado
Took the below code that addressed the fill gaps
[code]# <TD># <div style="background]
Changed it to 50% and copied it to the beginning, so it looks like this
[code]<TD> <IMG></TD> <TD> <div style="background]