Adding A Top-most Banner To Rainbow Pearl


Subject: Adding A Top-most Banner To Rainbow Pearl
Hi. Thanks for all your help. Your documentation stellar. I want to add a banner that spans the horizontal real estate of my boards. I have the glass disc logo on the left, but I want to add a custom image that spans the entire top-most gradient. Can you post or point to the code that will allow me to make this change a simple one? Thanks very much for your time in advance.

Scott (PTN)

Subject: Re: Adding A Top-most Banner To Rainbow Pearl
 
Off Topic
:
Rainbow Pearl is a style for phpBB 3 not for Icy Phoenix


Topic Moved

Subject: Re: Adding A Top-most Banner To Rainbow Pearl
If you want to replace the overall background you need to edit the CSS in this part:

Code: [Download] [Hide] [Select]
#top_logo{
border-width: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background: url('./images/top_header.png') repeat;
height: 150px;
}


Otherwise you should edit overall_header.html

Code: [Download] [Hide] [Select]
<div id="top_logo">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="150" align="left" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
<td align="center" valign="middle"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
<td align="right" valign="top">&nbsp;</td>
</tr>
</table>
</div>


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.0829s (PHP: 20% SQL: 80%)
SQL queries: 11 - Debug Off - GZIP Enabled