Banner Issues


Subject: Banner Issues
I have changed the default banner to one I have created, I changed the code to the below list but it just doesnt seem to fit properly, can anyone help ???

www.uk-alliance.com


overall_header_bl.tpl
Spoiler: [ Show ]


but I have also done a .swf file that I might use as a banner what would I have to change for that as well???


cheers for any help guys

Inactive User
Subject: Re: Banner Issues
Centre this string. ;)

<div id="top_logo">

Subject: Re: Banner Issues
Lopalong wrote: [View Post]
Centre this string. ;)

<div id="top_logo">


Thanks Logalong (again) you always seem to help me out, is it possible to strech the image/banner to fit ??? also is it possible to add banners with bigger heights ?? as when I try and add a bigger banner I always lose to bottom part ????

Inactive User
Subject: Re: Banner Issues
;)

Icy Phoenix uses "Extreme Styling" which means that nearly all different styles will have different markup in the overall_header_*.tpl for the Logo of that theme, and may or may not use the .css to position it also.

And because of that fact, posting such questions as "How do I do this or That" without naming the theme you are trying to adjust, is not very useful. :roll:

mg_themes/ice for example has:

Code: [Download] [Hide] [Select]
<td width="100%" colspan="3" valign="top">
<div id="top_logo">
<table class="" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="150" align="left" valign="middle"><a href="{FULL_SITE_PATH}{U_PORTAL}" title="{L_HOME}"><img src="{FULL_SITE_PATH}{SITELOGO}" alt="{L_HOME}" title="{L_HOME}"/></a></td>


Note: the <div id=top_logo and the <td height="150"

Changing the settings to suit your Logo:

Change 150 to the height of your Logo

Goto the theme_style.css for that theme and find #top_logo, and adjust the height there to suit your Logo also.

Note: You may have to juggle the height of both settings until you get the logo into the position that you want it. :P


Icy Themes Crystal Styles may contain either of the following in the overall_header_*.tpl file, or something quite different - But you will get the idea of what to look for.

Code: [Download] [Hide] [Select]
<td width="100%" colspan="3" valign="top">
<div id="top_logo_bg">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="left" style="padding:10px;"><a href="{FULL_SITE_PATH}{U_PORTAL}" title="{L_HOME}"><img src="{FULL_SITE_PATH}{SITELOGO}" alt="{L_HOME}" title="{L_HOME}"/></a></td>


Or

Code: [Download] [Hide] [Select]
<td width="100%" colspan="3" valign="top">
<div id="top_logo_bg">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="left" style="padding:10px;"><a href="{FULL_SITE_PATH}{U_PORTAL}" title="{L_HOME}"><img src="{FULL_SITE_PATH}{SITELOGO}" alt="{L_HOME}" title="{L_HOME}"/></a></td>
<td align="center" valign="middle">
<!-- BEGIN switch_header_banner -->
<div id="header_banner">{HEADER_BANNER_CODE}</div>
<!-- END switch_header_banner -->


Both Have <div id="top_logo_bg while some contain the additional class <div id="header_banner" for positioning the Header Banner to the right of the Logo if used.

So, you need to find the height, (and padding - if applicable) used in the headers, and use the "<div id or <td class" markup etc, to identify what you have to find and change in the .css

FK Themes are a little more complex, as all styles use the same "overall_header.tpl file" and the Logo needs to be adjusted in the .css for each theme on a case by case basis.

:shock:

Subject: Re: Banner Issues
This is great Lopalong :) really help me understand more.

Thank you
xmenfile

Profile PM  
Subject: Re: Banner Issues
Thanks agian, I have already changed the height in the overall header with no joy so I guess it needs changing in the theme_style.css

:oops: :oops:

sorry logalong my overall hearder is overall_header_bl.tpl so I think it's the Blue Pearl theme, where will I find theme_style.css I had a quick look with no joy, will try again later when I have more time.........

** update **

I found it in style_p_blue.css

thanks again


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.1077s (PHP: 16% SQL: 84%)
SQL queries: 10 - Debug Off - GZIP Enabled