Archive for myfreeforum.org Before posting please check the "stickies" in the support forums.
Please ask questions in real English and not "txt". You will get a better response.
Please do not ask support questions via PMs.
 



       myfreeforum.org Forum Index -> Web page/template Editing
Ben

My new logo

Hi.

Before I start, my forum name is http://signupexchange.myfreeforum.org and YES, I have read the How to do it guide, however I am still a bit stuck Do I qualify for help at this stage? As I have attempted the how to do it guide?

Just for reference, this is the guide I used:

http://howtodoit.myfreeforum.org/...?component=content&topicid=18


Right, basically, my problem is, I want a banner/logo which goes across the top of my whole forum page, I have tried to do what it says in that guide, and make a new banner, however I am a bit stuck on finding the image I need to replace... It appears, that the image that is currently set for my template (the default logo) is only a small image, and the rest is a background? The text 'Blue Glass' is a little image, (From what I can see in the drop down image box), and the rest is background.

I want to upload my own banner, which I believe the full size to go across would be 965x100 pixels. Is this possible to do this? I don't want it to be seperate images like how it is now, I want it to be one banner image.


If I can do this, that'd be great, but I have used the search, and have used the how to do it guide, and can't find my answer! - If you could help I would greatly appreciate it, cheers!


Ben
Viper

Hi, let me know if this works.

In overall_header.tpl, find:

Code:
<td class="bodyline"><table s="100%" height="101" cellspacing="0" cellpadding="0" border="1" width="100%" background="templates/myff_rawforums2/images/background.jpg" bordercolor="0066FF">


replace with:

Code:
<td class="bodyline"><table s="100%" height="101" cellspacing="0" cellpadding="0" border="1" width="100%" bordercolor="0066FF">


In overall_header.tpl, find:

Code:
<td height="101" valign="middle" align="centre" background="templates/myff_rawforums2/images/background.jpg"><table border="0" cellpadding="0" cellspacing="0" width="300">


replace with:

Code:
<td height="101" valign="middle" align="centre"><table border="0" cellpadding="0" cellspacing="0" width="300">


In overall_header.tpl, find:

Code:
<td rowspan="2"><img name="logo_phpbb_r2_c3" src="templates/myff_rawforums2/images/logo_phpbb_r2_c3.jpg" width="131" height="89" border="0" alt=""></td>


replace with:

Code:
<td rowspan="2"></td>


In overall_header.tpl, find:

Code:
<td colspan="3"><img name="logo_phpbb_r1_c1" src="templates/myff_rawforums2/images/logo_phpbb_r1_c1.jpg" width="300" height="11" border="0" alt=""></td>


replace with:

Code:
<td colspan="3"></td>


In overall_header.tpl, find:

Code:
<td><img name="logo_phpbb_r3_c2" src="templates/myff_rawforums2/images/logo_phpbb_r3_c2.jpg" width="160" height="43" border="0" alt=""></td>


replace with:

Code:
<td></td>


In overall_header.tpl, find:

Code:
<td rowspan="2"><img name="logo_phpbb_r2_c1" src="templates/myff_rawforums2/images/logo_phpbb_r2_c1.jpg" width="9" height="89" border="0" alt=""></td>


replace with:

Code:
<td rowspan="2"></td>


You should end up with something that looks like this. Then you simply replace the logo as howtodoit tells you.

Very annoying header to say the least.  

If you do not feel up to the task, then don't attempt it as it may cause some trouble if you do it wrong.

You can do this in notepad, wordpad or something similar if it makes it easier. Copy and paste, make changes, then copy and paste back.
Ben

Thanks very much for taking the time to write a detailed reply!

Yes, I am up for it! I will try it now!


Thanks again, and I will let you know if it works ! Cheers!
Ben

Heya, It sort of worked, but didnt..


I got the same thing as you, but when I uploaded my new logo, which was a bigger size, (963x101) to be exact,

It ended up like this:

http://signupexchange.myfreeforum.org/

The logo shrunk itself to be the same size as the old one used to be, and when you roll over the logo, it changes the logo!! Quite strange lol..

Do you know what I should do to sort this from here?
Symon

Post your overall_header.topl here.

pleae make sure you use the [code] and [spoiler]

Also the name of the original template
Ben

Okay, right, I think the problem is in this part here:

Code:
<a href="/index.php" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','logo_phpbb_r2_c2','templates/myff_signupexchange1/images/logo_phpbb_r2_c2_f2.jpg','templates/myff_signupexchange1/images/logo_phpbb_r2_c2_f4.jpg',1);" onclick="MM_nbGroup('down','navbar1','logo_phpbb_r2_c2','templates/myff_signupexchange1/images/logo_phpbb_r2_c2_f3.jpg',1);" target="_top"><img name="logo_phpbb_r2_c2" src="templates/myff_signupexchange1/images/logo_phpbb_r2_c2.jpg" width="160" height="46" border="0" alt=""></a></td>


My main logo, measures 963x101 pixels, and I saved it as: logo_phpbb_r2_c2


Just incase you need it, the whole of overall_header.tpl is:


Spoiler:

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_nbGroup(event, grpName) { //v6.0
  var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
    } }
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
      nbArr[nbArr.length] = img;
    }
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) {
      img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr)
      for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
      nbArr[nbArr.length] = img;
  } }
}
//-->
</script>
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="templates/myff_signupexchange1/{T_HEAD_STYLESHEET}" type="text/css" -->
<style type="text/css">
<!--
/*
  The original blue_glass Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
   background-color: {T_BODY_BGCOLOR};
   scrollbar-face-color: {T_TR_COLOR2};
   scrollbar-highlight-color: {T_TD_COLOR2};
   scrollbar-shadow-color: {T_TR_COLOR2};
   scrollbar-3dlight-color: {T_TR_COLOR3};
   scrollbar-arrow-color:  {T_BODY_LINK};
   scrollbar-track-color: {T_TR_COLOR1};
   scrollbar-darkshadow-color: {T_TH_COLOR1};
}

/* General font families for common tags */
font,th,td,p { font-family: {T_FONTFACE1} }
a:link,a:active,a:visited { color : {T_BODY_LINK}; }
a:hover      { text-decoration: underline; color : {T_BODY_HLINK}; }
hr   { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline   { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; }

/* This is the outline round the main forum tables */
.forumline   { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }

/* Main table cell colours and backgrounds */
td.row1   { background-color: {T_TR_COLOR1}; }
td.row2   { background-color: {T_TR_COLOR2}; }
td.row3   { background-color: {T_TR_COLOR3}; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
      background-color: {T_TD_COLOR2};
      background-image: url(templates/myff_signupexchange1/images/{T_TH_CLASS3});
      background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th   {
   color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold;
   background-color: {T_BODY_LINK}; height: 25px;
   background-image: url(templates/myff_signupexchange1/images/{T_TH_CLASS2});
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
         background-image: url(templates/myff_signupexchange1/images/{T_TH_CLASS1});
         background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
   height: 29px;
   border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
   font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
   background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid;
}

th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow    { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right    { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft     { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop    { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle   {
   font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
   text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
}

/* General text */
.gen { font-size : {T_FONTSIZE3}px; }
.genmed { font-size : {T_FONTSIZE2}px; }
.gensmall { font-size : {T_FONTSIZE1}px; }
.gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover   { color: {T_BODY_HLINK}; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu      { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
a.mainmenu      { text-decoration: none; color : {T_BODY_LINK};  }
a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }

/* Forum category titles */
.cattitle      { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
a.cattitle      { text-decoration: none; color : {T_BODY_LINK}; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink      { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }
a.forumlink    { text-decoration: none; color : {T_BODY_LINK}; }
a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav         { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
a.nav         { text-decoration: none; color : {T_BODY_LINK}; }
a.nav:hover      { text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2   { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
a.topictitle:link   { text-decoration: none; color : {T_BODY_LINK}; }
a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.topictitle:hover   { text-decoration: underline; color : {T_BODY_HLINK}; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name         { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};}

/* Location, number of posts, post date etc */
.postdetails      { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }

/* The content of the posts (body of text) */
.postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
a.postlink:link   { text-decoration: none; color : {T_BODY_LINK} }
a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}

/* Quote & Code blocks */
.code {
   font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
   background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
   font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
   background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright      { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}
a.copyright      { color: {T_FONTCOLOR1}; text-decoration: none;}
a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;}

/* Form elements */
input,textarea, select {
   color : {T_BODY_TEXT};
   font: normal {T_FONTSIZE2}px {T_FONTFACE1};
   border-color : {T_BODY_TEXT};
}

/* The text input fields background colour */
input.post, textarea.post, select {
   background-color : {T_TD_COLOR2};
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
   background-color : {T_TR_COLOR1};
   color : {T_BODY_TEXT};
   font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
}

/* The main submit button option */
input.mainoption {
   background-color : {T_TD_COLOR1};
   font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
   background-color : {T_TD_COLOR1};
   font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: {T_TR_COLOR2}; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/myff_signupexchange1/formIE.css");
-->
</style>
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
   if ( {PRIVATE_MESSAGE_NEW_FLAG} )
   {
      window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
   }
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
   <tr>
      
  <td class="bodyline"><table s="100%" height="101" cellspacing="0" cellpadding="0" border="1" width="100%" bordercolor="0066FF">
     <!--DWLayoutTable-->
     <tr>
      <td height="101" valign="middle" align="centre"><table border="0" cellpadding="0" cellspacing="0" width="300">
         <!-- fwtable fwsrc="logo_phpbb.png" fwbase="logo_phpbb.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
         <tr>
           <td><img src="templates/myff_signupexchange1/images/spacer.gif" width="9" height="1" border="0" alt=""></td>
           <td><img src="templates/myff_signupexchange1/images/spacer.gif" width="160" height="1" border="0" alt=""></td>
           <td><img src="templates/myff_signupexchange1/images/spacer.gif" width="131" height="1" border="0" alt=""></td>
           <td><img src="templates/myff_signupexchange1/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
         </tr>
         <tr>
           <td colspan="3"></td>
           <td><img src="templates/myff_signupexchange1/images/spacer.gif" width="1" height="11" border="0" alt=""></td>
         </tr>
         <tr>
           <td rowspan="2"></td>
           <td><a href="/index.php" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','logo_phpbb_r2_c2','templates/myff_signupexchange1/images/logo_phpbb_r2_c2_f2.jpg','templates/myff_signupexchange1/images/logo_phpbb_r2_c2_f4.jpg',1);" onclick="MM_nbGroup('down','navbar1','logo_phpbb_r2_c2','templates/myff_signupexchange1/images/logo_phpbb_r2_c2_f3.jpg',1);" target="_top"><img name="logo_phpbb_r2_c2" src="templates/myff_signupexchange1/images/logo_phpbb_r2_c2.jpg" width="160" height="46" border="0" alt=""></a></td>
           <td rowspan="2"></td>
           <td><img src="templates/myff_signupexchange1/images/spacer.gif" width="1" height="46" border="0" alt=""></td>
         </tr>
         <tr>
           <td></td>
           <td><img src="templates/myff_signupexchange1/images/spacer.gif" width="1" height="43" border="0" alt=""></td>
         </tr>
        </table>
</tr>
   </table>
   <table width="100%" border="1" bordercolor="0066FF">
     <!--DWLayoutTable-->
     <tr>
      <td width="776" height="23" valign="MIDDLE" background="templates/myff_signupexchange1/images/background2.jpg"><span class="mainmenu">&nbsp;<a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a></span><span class="mainmenu">&nbsp;
        &nbsp;<a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a>&nbsp; &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a>&nbsp;
        &nbsp;<a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a>&nbsp;
        <!-- BEGIN switch_user_logged_out -->
        &nbsp;<a href="{U_REGISTER}" class="mainmenu">{L_REGISTER}</a></span>&nbsp;
        <!-- END switch_user_logged_out -->
        <span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu">{L_PROFILE}</a>&nbsp;
        &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu">{PRIVATE_MESSAGE_INFO}</a>&nbsp;
        &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT}</a>&nbsp;</span>
      </td>
     </tr>
   </table>
   <br />



Cheers
admin (no pm's please)

width="160" height="46"

might be a bit of a clue! Once again knowledge of a few html basics would have made that pretty obvious.
Ben

admin (no pm's please) wrote:
width="160" height="46"

might be a bit of a clue! Once again knowledge of a few html basics would have made that pretty obvious.


Yeah im not dumb    - I did try changing this, but still got a problem.


Hey, Ill change it again, so you can see that there is still a problem after doing this. One sec
admin (no pm's please)

Given the scripting involved you probably need to search for other places the numbers are used in the script to reset width/height.
Ben

Right ive done it, And I get huge white gaps!

http://signupexchange.myfreeforum.org/


If you look at this example given here:
http://rawforums.myfreeforum.org/index.php

My banner should fit nicely into that white header area... It shouldnt have loads of white gaps! :S
admin (no pm's please)

Your html is not valid:

Code:

  <tr>
      <td height="101" valign="middle" align="centre"><table border="0" cellpadding="0" cellspacing="0" width="300">
         <!-- fwtable fwsrc="logo_phpbb.png" fwbase="logo_phpbb.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->

         <tr>



has a table commented out rendering the code basically garbage and liable to do anything.
Ben

admin (no pm's please) wrote:
Your html is not valid:
Code:

  <tr>
      <td height="101" valign="middle" align="centre"><table border="0" cellpadding="0" cellspacing="0" width="300">
         <!-- fwtable fwsrc="logo_phpbb.png" fwbase="logo_phpbb.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->

         <tr>


has a table commented out rendering the code basically garbage and liable to do anything.



What do you mean? It's your code.. I didnt change any of that, that is how it came when I choose the template :S
admin (no pm's please)

We did not write the templates.

So it is not our code.

But what it does mean is that editing what is there into valid code that will work well at a different image size will take some playing around with. I don't think anyone is going to be able to just tell you the right code.
Symon

What is the name of that template the original one.
Symon

Ok if you look at your code you have many spacers in there.

Get rid of all spacers.gif and their table rows.

So the final outcome could look like this.

Code:
<a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
   <tr>
      
  <td class="bodyline"><table s="100%" height="101" cellspacing="0" cellpadding="0" border="1" width="100%" bordercolor="0066FF">
     <!--DWLayoutTable-->
     <tr>
      <td height="101" valign="middle" align="centre"><table border="0" cellpadding="0" cellspacing="0" width="300">
         <!-- fwtable fwsrc="logo_phpbb.png" fwbase="logo_phpbb.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
        


         <tr>
           <td rowspan="2"></td>
           <td><a href="/index.php" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','logo_phpbb_r2_c2','templates/myff_signupexchange1/images/logo_phpbb_r2_c2_f2.jpg','templates/myff_signupexchange1/images/logo_phpbb_r2_c2_f4.jpg',1);" onclick="MM_nbGroup('down','navbar1','logo_phpbb_r2_c2','templates/myff_signupexchange1/images/logo_phpbb_r2_c2_f3.jpg',1);" target="_top"><img name="logo_phpbb_r2_c2" src="templates/myff_signupexchange1/images/logo_phpbb_r2_c2.jpg" width="800" height="150" border="0" alt=""></a></td>
    
        </table>
</tr>
   </table>
   <table width="100%" border="1" bordercolor="0066FF">
     <!--DWLayoutTable-->
admin (no pm's please)

Symon I still see:
Code:

 <td height="101" valign="middle" align="centre"><table border="0" cellpadding="0" cellspacing="0" width="300">
         <!-- fwtable fwsrc="logo_phpbb.png" fwbase="logo_phpbb.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
        


         <tr>


that  is a td followed by a tr as the table bit is commented out.  So it is still basically plain wrong.
Ben

Symon, thanks.

Should I just get rid of everything in overall_header.tpl , and put in that code above? (The one you just said it should look like)?


let me know, CHeers


edit: ahh, just seen admins reply above.   Confused.com lol
Symon

admin (no pm's please) wrote:
Symon I still see:
Code:

 <td height="101" valign="middle" align="centre"><table border="0" cellpadding="0" cellspacing="0" width="300">
         <!-- fwtable fwsrc="logo_phpbb.png" fwbase="logo_phpbb.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
        


         <tr>


that  is a td followed by a tr as the table bit is commented out.  So it is still basically plain wrong.



Code:
<a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
   <tr>
      
  <td class="bodyline"><table s="100%" height="101" cellspacing="0" cellpadding="0" border="1" width="100%" bordercolor="0066FF">
     <!--DWLayoutTable-->
     <tr>
      <td height="101" valign="middle" align="centre"><table border="0" cellpadding="0" cellspacing="0" width="300">
         <!-- fwtable fwsrc="logo_phpbb.png" fwbase="logo_phpbb.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" --></td>
        


         <tr>
           <td rowspan="2"></td>
           <td><a href="/index.php" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','logo_phpbb_r2_c2','templates/myff_signupexchange1/images/logo_phpbb_r2_c2_f2.jpg','templates/myff_signupexchange1/images/logo_phpbb_r2_c2_f4.jpg',1);" onclick="MM_nbGroup('down','navbar1','logo_phpbb_r2_c2','templates/myff_signupexchange1/images/logo_phpbb_r2_c2_f3.jpg',1);" target="_top"><img name="logo_phpbb_r2_c2" src="templates/myff_signupexchange1/images/logo_phpbb_r2_c2.jpg" width="800" height="150" border="0" alt=""></a></td>
    
        </table>
</tr>
   </table>
   <table width="100%" border="1" bordercolor="0066FF">
     <!--DWLayoutTable-->


I`ve closed the td tag, looks like the original never did.  

The other option is to remove the whole of the logo table and just place a logo there , with out the frame.
Ben

Symon, so do I need to get rid of everything in overall_header.tpl , and put that code in?


Code:
<a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
   <tr>
      
  <td class="bodyline"><table s="100%" height="101" cellspacing="0" cellpadding="0" border="1" width="100%" bordercolor="0066FF">
     <!--DWLayoutTable-->
     <tr>
      <td height="101" valign="middle" align="centre"><table border="0" cellpadding="0" cellspacing="0" width="300">
         <!-- fwtable fwsrc="logo_phpbb.png" fwbase="logo_phpbb.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" --></td>
        


         <tr>
           <td rowspan="2"></td>
           <td><a href="/index.php" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','logo_phpbb_r2_c2','templates/myff_signupexchange1/images/logo_phpbb_r2_c2_f2.jpg','templates/myff_signupexchange1/images/logo_phpbb_r2_c2_f4.jpg',1);" onclick="MM_nbGroup('down','navbar1','logo_phpbb_r2_c2','templates/myff_signupexchange1/images/logo_phpbb_r2_c2_f3.jpg',1);" target="_top"><img name="logo_phpbb_r2_c2" src="templates/myff_signupexchange1/images/logo_phpbb_r2_c2.jpg" width="800" height="150" border="0" alt=""></a></td>
    
        </table>
</tr>
   </table>
   <table width="100%" border="1" bordercolor="0066FF">
     <!--DWLayoutTable-->


?
Ben

Just tried that code on its own, and it doesn't work on its own, so my guess is, that I dont put it on its own.    


Any ideas on how we can fix it?
Symon

Just change the part of code i gave you , leave everything else as it was.

So find the bit that starts

Code:
<a name="top"></a>


And ends with

Code:
<!--DWLayoutTable-->


And replace with my code
Ben

Woah lol

http://signupexchange.myfreeforum.org/


Its bigger, but doesnt go all the way across, looks blurry to..

And when you rollover it has a really large version of old logo!


I think I changed the right bit? :S
Here is the current overall_header.tpl   :

Spoiler:

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_nbGroup(event, grpName) { //v6.0
  var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
    } }
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
      nbArr[nbArr.length] = img;
    }
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) {
      img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr)
      for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
      nbArr[nbArr.length] = img;
  } }
}
//-->
</script>
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="templates/myff_signupexchange1/{T_HEAD_STYLESHEET}" type="text/css" -->
<style type="text/css">
<!--
/*
  The original blue_glass Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
   background-color: {T_BODY_BGCOLOR};
   scrollbar-face-color: {T_TR_COLOR2};
   scrollbar-highlight-color: {T_TD_COLOR2};
   scrollbar-shadow-color: {T_TR_COLOR2};
   scrollbar-3dlight-color: {T_TR_COLOR3};
   scrollbar-arrow-color:  {T_BODY_LINK};
   scrollbar-track-color: {T_TR_COLOR1};
   scrollbar-darkshadow-color: {T_TH_COLOR1};
}

/* General font families for common tags */
font,th,td,p { font-family: {T_FONTFACE1} }
a:link,a:active,a:visited { color : {T_BODY_LINK}; }
a:hover      { text-decoration: underline; color : {T_BODY_HLINK}; }
hr   { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline   { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; }

/* This is the outline round the main forum tables */
.forumline   { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }

/* Main table cell colours and backgrounds */
td.row1   { background-color: {T_TR_COLOR1}; }
td.row2   { background-color: {T_TR_COLOR2}; }
td.row3   { background-color: {T_TR_COLOR3}; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
      background-color: {T_TD_COLOR2};
      background-image: url(templates/myff_signupexchange1/images/{T_TH_CLASS3});
      background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th   {
   color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold;
   background-color: {T_BODY_LINK}; height: 25px;
   background-image: url(templates/myff_signupexchange1/images/{T_TH_CLASS2});
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
         background-image: url(templates/myff_signupexchange1/images/{T_TH_CLASS1});
         background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
   height: 29px;
   border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
   font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
   background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid;
}

th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow    { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right    { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft     { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop    { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle   {
   font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
   text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
}

/* General text */
.gen { font-size : {T_FONTSIZE3}px; }
.genmed { font-size : {T_FONTSIZE2}px; }
.gensmall { font-size : {T_FONTSIZE1}px; }
.gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover   { color: {T_BODY_HLINK}; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu      { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
a.mainmenu      { text-decoration: none; color : {T_BODY_LINK};  }
a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }

/* Forum category titles */
.cattitle      { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
a.cattitle      { text-decoration: none; color : {T_BODY_LINK}; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink      { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }
a.forumlink    { text-decoration: none; color : {T_BODY_LINK}; }
a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav         { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
a.nav         { text-decoration: none; color : {T_BODY_LINK}; }
a.nav:hover      { text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2   { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
a.topictitle:link   { text-decoration: none; color : {T_BODY_LINK}; }
a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.topictitle:hover   { text-decoration: underline; color : {T_BODY_HLINK}; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name         { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};}

/* Location, number of posts, post date etc */
.postdetails      { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }

/* The content of the posts (body of text) */
.postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
a.postlink:link   { text-decoration: none; color : {T_BODY_LINK} }
a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}

/* Quote & Code blocks */
.code {
   font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
   background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
   font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
   background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright      { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}
a.copyright      { color: {T_FONTCOLOR1}; text-decoration: none;}
a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;}

/* Form elements */
input,textarea, select {
   color : {T_BODY_TEXT};
   font: normal {T_FONTSIZE2}px {T_FONTFACE1};
   border-color : {T_BODY_TEXT};
}

/* The text input fields background colour */
input.post, textarea.post, select {
   background-color : {T_TD_COLOR2};
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
   background-color : {T_TR_COLOR1};
   color : {T_BODY_TEXT};
   font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
}

/* The main submit button option */
input.mainoption {
   background-color : {T_TD_COLOR1};
   font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
   background-color : {T_TD_COLOR1};
   font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: {T_TR_COLOR2}; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/myff_signupexchange1/formIE.css");
-->
</style>
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
   if ( {PRIVATE_MESSAGE_NEW_FLAG} )
   {
      window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
   }
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
   <tr>
      
  <td class="bodyline"><table s="100%" height="101" cellspacing="0" cellpadding="0" border="1" width="100%" bordercolor="0066FF">
     <!--DWLayoutTable-->
     <tr>
      <td height="101" valign="middle" align="centre"><table border="0" cellpadding="0" cellspacing="0" width="300">
         <!-- fwtable fwsrc="logo_phpbb.png" fwbase="logo_phpbb.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" --></td>
        


         <tr>
           <td rowspan="2"></td>
           <td><a href="/index.php" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','logo_phpbb_r2_c2','templates/myff_signupexchange1/images/logo_phpbb_r2_c2_f2.jpg','templates/myff_signupexchange1/images/logo_phpbb_r2_c2_f4.jpg',1);" onclick="MM_nbGroup('down','navbar1','logo_phpbb_r2_c2','templates/myff_signupexchange1/images/logo_phpbb_r2_c2_f3.jpg',1);" target="_top"><img name="logo_phpbb_r2_c2" src="templates/myff_signupexchange1/images/logo_phpbb_r2_c2.jpg" width="800" height="150" border="0" alt=""></a></td>
    
        </table>
</tr>
   </table>
   <table width="100%" border="1" bordercolor="0066FF">
     <!--DWLayoutTable-->
     <tr>
      <td width="776" height="23" valign="MIDDLE" background="templates/myff_signupexchange1/images/background2.jpg"><span class="mainmenu">&nbsp;<a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a></span><span class="mainmenu">&nbsp;
        &nbsp;<a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a>&nbsp; &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a>&nbsp;
        &nbsp;<a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a>&nbsp;
        <!-- BEGIN switch_user_logged_out -->
        &nbsp;<a href="{U_REGISTER}" class="mainmenu">{L_REGISTER}</a></span>&nbsp;
        <!-- END switch_user_logged_out -->
        <span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu">{L_PROFILE}</a>&nbsp;
        &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu">{PRIVATE_MESSAGE_INFO}</a>&nbsp;
        &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT}</a>&nbsp;</span>
      </td>
     </tr>
   </table>
   <br />



I do have the original still saved, and its posted in one of my posts in this topic, incase we need too change it back for some reason.



Can you see what is going wrong at the moment? By the way, thanks for all the help so far! - We are getting closer!!
Symon

just change the width to suit your needs.

The logo has a mouse over effect so you need to find out where ths is controlled, and change the alt image  or simply remove the louse over effect. More and likely overallheader in the .css part.

Using the mouse over effect you can have two logos instead of one.
Ben

Woo thanks

http://signupexchange.myfreeforum.org/


Is it fixed for you? Or does it still do the Rollover/mouse over thing?
Ben

Also what is this part of the forum called:


FAQ   Search   Memberlist   Usergroups   Profile   You have no new messages   Log out [ Editor ]  


Is it just called Links or something? I am going to do a search on HowToDoIt to find out how to center it, at the moment it is aligned left.

If you could let me know what its technically called, and then I can do a search and try and find the answer
Symon

I still see a mouse over ?

I have just looked at the original blue_glass template, and there is no mouse over effect for it, also the background image is 100% width so you could have just renamed your logo to that of the back ground image, saving you alot of trouble. then just removed the small logo image?
admin (no pm's please)

Ben wrote:
Also what is this part of the forum called:


FAQ   Search   Memberlist   Usergroups   Profile   You have no new messages   Log out [ Editor ]  


Is it just called Links or something? I am going to do a search on HowToDoIt to find out how to center it, at the moment it is aligned left.

If you could let me know what its technically called, and then I can do a search and try and find the answer


it isn't called anything and as it is html that varies from template to template, the only diy answer is to learn basic html.
Ben

I do know basic HTML and CSS thanks.

As mentioned several times, I am just not familiar with forum stuff etc.. and as they say, practice makes perfect, so without knowing what to do in the first place, I wont be able to learn and get better. Theres no point telling me to go and learn how to do it every time, and implying that I am incapable, when I am trying to do things, and I just need some help to do them. When I have done them the first time, I will know for future reference, if I ever need to do them again!


and Symon,
Quote:
"I have just looked at the original blue_glass template, and there is no mouse over effect for it, also the background image is 100% width so you could have just renamed your logo to that of the back ground image, saving you alot of trouble. then just removed the small logo image?"


Is it still possible to do that? If I put back the original overall_header.tpl code? If I put back the original code, what do I need to change? Is it easier doing it that way? Or should I just continue doing it the way im doing it now? I am not sure which rollover bit I need to remove :S - I just want, my logo, at the top of the forum, not as a rollover, just on its own!  
Symon

There is no mouse over effect for me now.
Ben

I've just removed it

Is it looking ok for you now? or is there still any errors?
Symon

Still showing a little gap , so you could extend the width a little more.

Lets say that is not the best error free template i have seen.
Ben

Cheers, I have fixed that gap!


There is no gap on any of the pages, however when you click Login, it has a bigger gap    Is there a way to fix this?

If not, its not the end of the world, as its only the login page.. but still, a gap is a gap lol.


ANd how do I center the links below the header? (As I asked on page 2) (Im happy to search how to do it, but not even sure what to search, as I dont know what its called!

Cheers
Symon

Code:
<center>
is a simple centring tag you could try.

You need to close it with
Code:
</center>
Ben

Yeah I know the center tags, but not sure where to put them?


This is my overall_header.tpl code:

Spoiler:

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_nbGroup(event, grpName) { //v6.0
  var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
    } }
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
      nbArr[nbArr.length] = img;
    }
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) {
      img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr)
      for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
      nbArr[nbArr.length] = img;
  } }
}
//-->
</script>
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="templates/myff_signupexchange1/{T_HEAD_STYLESHEET}" type="text/css" -->
<style type="text/css">
<!--
/*
  The original blue_glass Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
   background-color: {T_BODY_BGCOLOR};
   scrollbar-face-color: {T_TR_COLOR2};
   scrollbar-highlight-color: {T_TD_COLOR2};
   scrollbar-shadow-color: {T_TR_COLOR2};
   scrollbar-3dlight-color: {T_TR_COLOR3};
   scrollbar-arrow-color:  {T_BODY_LINK};
   scrollbar-track-color: {T_TR_COLOR1};
   scrollbar-darkshadow-color: {T_TH_COLOR1};
}

/* General font families for common tags */
font,th,td,p { font-family: {T_FONTFACE1} }
a:link,a:active,a:visited { color : {T_BODY_LINK}; }
a:hover      { text-decoration: underline; color : {T_BODY_HLINK}; }
hr   { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline   { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; }

/* This is the outline round the main forum tables */
.forumline   { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }

/* Main table cell colours and backgrounds */
td.row1   { background-color: {T_TR_COLOR1}; }
td.row2   { background-color: {T_TR_COLOR2}; }
td.row3   { background-color: {T_TR_COLOR3}; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
      background-color: {T_TD_COLOR2};
      background-image: url(templates/myff_signupexchange1/images/{T_TH_CLASS3});
      background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th   {
   color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold;
   background-color: {T_BODY_LINK}; height: 25px;
   background-image: url(templates/myff_signupexchange1/images/{T_TH_CLASS2});
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
         background-image: url(templates/myff_signupexchange1/images/{T_TH_CLASS1});
         background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
   height: 29px;
   border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
   font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
   background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid;
}

th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow    { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right    { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft     { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop    { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle   {
   font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
   text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
}

/* General text */
.gen { font-size : {T_FONTSIZE3}px; }
.genmed { font-size : {T_FONTSIZE2}px; }
.gensmall { font-size : {T_FONTSIZE1}px; }
.gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover   { color: {T_BODY_HLINK}; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu      { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
a.mainmenu      { text-decoration: none; color : {T_BODY_LINK};  }
a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }

/* Forum category titles */
.cattitle      { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
a.cattitle      { text-decoration: none; color : {T_BODY_LINK}; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink      { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }
a.forumlink    { text-decoration: none; color : {T_BODY_LINK}; }
a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav         { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
a.nav         { text-decoration: none; color : {T_BODY_LINK}; }
a.nav:hover      { text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2   { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
a.topictitle:link   { text-decoration: none; color : {T_BODY_LINK}; }
a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.topictitle:hover   { text-decoration: underline; color : {T_BODY_HLINK}; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name         { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};}

/* Location, number of posts, post date etc */
.postdetails      { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }

/* The content of the posts (body of text) */
.postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
a.postlink:link   { text-decoration: none; color : {T_BODY_LINK} }
a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}

/* Quote & Code blocks */
.code {
   font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
   background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
   font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
   background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright      { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}
a.copyright      { color: {T_FONTCOLOR1}; text-decoration: none;}
a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;}

/* Form elements */
input,textarea, select {
   color : {T_BODY_TEXT};
   font: normal {T_FONTSIZE2}px {T_FONTFACE1};
   border-color : {T_BODY_TEXT};
}

/* The text input fields background colour */
input.post, textarea.post, select {
   background-color : {T_TD_COLOR2};
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
   background-color : {T_TR_COLOR1};
   color : {T_BODY_TEXT};
   font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
}

/* The main submit button option */
input.mainoption {
   background-color : {T_TD_COLOR1};
   font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
   background-color : {T_TD_COLOR1};
   font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: {T_TR_COLOR2}; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/myff_signupexchange1/formIE.css");
-->
</style>
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
   if ( {PRIVATE_MESSAGE_NEW_FLAG} )
   {
      window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
   }
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
   <tr>
      
  <td class="bodyline"><table s="100%" height="101" cellspacing="0" cellpadding="0" border="1" width="100%" bordercolor="0066FF">
     <!--DWLayoutTable-->
     <tr>
      <td height="101" valign="middle" align="centre"><table border="0" cellpadding="0" cellspacing="0" width="300">
         <!-- fwtable fwsrc="logo_phpbb.png" fwbase="logo_phpbb.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" --></td>
        


         <tr>
           <td rowspan="2"></td>
           <td><a href="/index.php" ><img name="logo_phpbb_r2_c2" src="templates/myff_signupexchange1/images/logo_phpbb_r2_c2.jpg" width="965" height="101" border="0" alt=""></td>
    
        </table>
</tr>
   </table>
   <table width="100%" border="1" bordercolor="0066FF">
     <!--DWLayoutTable-->
     <tr>
      <td width="776" height="23" valign="MIDDLE" background="templates/myff_signupexchange1/images/background2.jpg"><span class="mainmenu">&nbsp;<a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a></span><span class="mainmenu">&nbsp;
        &nbsp;<a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a>&nbsp; &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a>&nbsp;
        &nbsp;<a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a>&nbsp;
        <!-- BEGIN switch_user_logged_out -->
        &nbsp;<a href="{U_REGISTER}" class="mainmenu">{L_REGISTER}</a></span>&nbsp;
        <!-- END switch_user_logged_out -->
        <span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu">{L_PROFILE}</a>&nbsp;
        &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu">{PRIVATE_MESSAGE_INFO}</a>&nbsp;
        &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT}</a>&nbsp;</span>
      </td>
     </tr>
   </table>
   <br />

Ben

Would it be:


Code:
<center><span class="mainmenu">&nbsp;<a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a></span><span class="mainmenu">&nbsp;
        &nbsp;<a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a>&nbsp; &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a>&nbsp;
        &nbsp;<a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a>&nbsp;
        <!-- BEGIN switch_user_logged_out -->
        &nbsp;<a href="{U_REGISTER}" class="mainmenu">{L_REGISTER}</a></span>&nbsp;
        <!-- END switch_user_logged_out -->
        <span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu">{L_PROFILE}</a>&nbsp;
        &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu">{PRIVATE_MESSAGE_INFO}</a>&nbsp;
        &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT}</a>&nbsp;</span> </center>


??


EDIT: Wooo it worked!!

       myfreeforum.org Forum Index -> Web page/template Editing
Page 1 of 1
Create your own free forum | Buy a domain to use with your forum