MyBB Community Forums

Full Version: Editing Header...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
When you edit the header template, the header gets arranged all wrong.
Whereas if you paste code from the clipboard it doesn't.
This is quite an annoying bug. >.<
Umm it does?

What specifically are you changing, and what is the resulting markup?
Yes.
It does.
I am changing the Logo place in the header (<div id="logo">...), etc.
After that, The logo moves out of and into an "awkward" place (not where it used to be).
What is the exact code you're changing it to?
Doesn't matter.
I have done this skinning numerous themes/forums and It has always turned out the same.

Try it yourself if you don't trust me.
That is the thing, i've done so and notice no difference Toungue

Which is why I asked for the code you're changing it to.
I usually remove the whole logo (From <div id="logo"> to it's corresponding </div> ) And replace it with my own.
Alright, and do you have an example of this somewhere on the internet that I can look at? Because whatever I do, I cannot make it appear out of place.

I'm moving this to the templates forum, as this isn't a bug in MyBB - you're customising MyBB.
Oh wait.
I replaced it with...

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" height="131" id="AutoNumber1" background="images/forabannerbg.gif" valign="top">
    <tr valign="top"> 
      <td align="center" width="100%" height="136" background="images/forabannerbg.gif" border="#000000" bordercolordark="#000000" valign="top">
<center><OBJECT classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
 WIDTH="786" HEIGHT="136" id="gzrbanner" ALIGN="">
 <PARAM NAME=movie VALUE="gzrbanner.swf"> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="gzrbanner.swf" menu=false quality=high bgcolor=#FFFFFF  WIDTH="786" HEIGHT="136" NAME="gzrbanner" ALIGN=""
 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>

    </tr>
    </table>		
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#D07272" width="100%" height="8" id="AutoNumber1" background="images/forabannerbg.gif">
    <tr>
      <td width="100%" height="8" background="images/s.gif" border="#000000" bordercolordark="#000000"><center>
      <a href="index.php"><img border="0" src="images/home.gif" width="100" height="24"></a>
      <a href="search.php"><img border="0" src="images/search.gif" width="100" height="24"></a>
      <a href="memberlist.php"><img border="0" src="images/memberlist.gif" width="100" height="24"></a>
      <a href="calendar.php"><img border="0" src="images/calendar.gif" width="100" height="24"></a>
      <a href="misc.php?action=help"><img border="0" src="images/help.gif" width="100" height="24"></a></td>
    </tr></center></center>
    </table>
HEloo there,

even thought that the images and the flash movies were not dispalyed but for me they came in the center, with no error
give me the real links, so i can screenshot how it looks here.

chaw
Pages: 1 2