Author |
Message |
k9-noja
Regular
![Regular Regular](modules/Forums/images/ranks/2stars.gif)
![](modules/Forums/images/avatars/5591143b4b2234e676a80.png)
Joined: Dec 07, 2009
Posts: 72
Location: holland
|
Posted:
Thu Sep 23, 2010 1:23 am |
|
i use ravennuke with the sub-black theme.
now im strugeling whit the banner on top of the index of the site www.gs4r.com ( banner not there at the moment )
i want the banner in the center instade of left.
but where do i have to change that ?
i thougt it was in "header . html" but that diddent do the job. |
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
Site Admin
![](modules/Forums/images/avatars/Dilbert/Dilbert_-_Dogbert_King.gif)
Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania
|
Posted:
Thu Sep 23, 2010 6:34 am |
|
Is the banner just an image or is it flash or something? I would say header.html is the place if that is where the ads() function is called. |
_________________ "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
k9-noja
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Sep 23, 2010 8:52 am |
|
it is a gif image.
this is the html file part where i did lookt at, where do i have to do what code ?:
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td bgcolor="#111133"><table width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td bgcolor="#111133"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="60%" height="85"><a href="index.php"><img src="themes/subBlack/images/logo.gif" border="0" alt="$sitename"></a></td>
<td width="40%" height="85" align="right">$showbanners </td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150" height="25" background="themes/subBlack/images/cellpic1.gif"><table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td nowrap><font class="content">$theuser</font></td>
</tr> |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Sep 23, 2010 10:53 am |
|
It looks like the current setup has the banner next to your logo. Is that what you want? Do you possibly want it above or below the logo? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
k9-noja
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Sep 25, 2010 2:22 pm |
|
sorry my mistake, i meant the logo that we want in de center |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Sep 27, 2010 2:00 pm |
|
Try this.
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td bgcolor="#111133"><table width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td bgcolor="#111133"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="85" colspan="2"><center><a href="index.php"><img src="themes/subBlack/images/logo.gif" border="0" alt="$sitename"></a></center></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150" height="25" background="themes/subBlack/images/cellpic1.gif"><table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td nowrap><font class="content">$theuser</font></td>
</tr>
|
|
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
k9-noja
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Sep 28, 2010 12:02 am |
|
still stays on the left
you can thake a look at www.gs4r.com the logo/banner is on now.
the one one top that say's "van pup tot diensthond forum" |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Sep 28, 2010 5:39 am |
|
You did not use the code I posted. I did more than add center tags. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
k9-noja
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Sep 28, 2010 6:50 am |
|
shame on me
now i copyd the code you post and it works great.
thnx alot ![Laughing](modules/Forums/images/smiles/icon_lol.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
simy202
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jan 08, 2011
Posts: 1
|
Posted:
Sat Jan 08, 2011 12:29 am |
|
k9-noja wrote: | it is a gif image.
this is the html file part where i did lookt at, where do i have to do what code ?:
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td bgcolor="#111133"><table width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td bgcolor="#111133"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="60%" height="85"><a href="index.php"><img src="themes/subBlack/images/logo.gif" border="0" alt="$sitename"></a></td>
<td width="40%" height="85" align="right">$showbanners </td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150" height="25" background="themes/subBlack/images/cellpic1.gif"><table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td nowrap><font class="content">$theuser</font></td>
</tr> |
Your code works great, my banner is just in center now. ![Razz](modules/Forums/images/smiles/icon_razz.gif) |
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|