Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Header part
Jun 22, 2008, 11:01 AM (This post was last modified: Jun 22, 2008 11:03 AM by ciorax.)
Post: #1
Header part
Hello people. I want to put on right of header a donate buuton from paypal.. so .. i have put like this.

Code:
<a name="top" id="top"></a>
    <div id="container">
        <div id="header">
            <div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a><div align="right">cod</div></div>

            <div class="menu">
                <ul>
                    <li><a href="/disclaimer.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/portal.gif" alt="" />Disclaimer</a></li>
                    <li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" />{$lang->toplinks_search}</a></li>
                    <li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.gif" alt="" />{$lang->toplinks_memberlist}</a></li>
                    <li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="" />{$lang->toplinks_calendar}</a></li>
                    <li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.gif" alt="" />{$lang->toplinks_help}</a></li>
                </ul>
            </div>
            <hr class="hidden" />
            <div id="panel">
                {$welcomeblock}
            </div>
        </div>
        <hr class="hidden" />
        <br class="clear" />
        <div id="content">
            {$bannedwarning}
            {$bbclosedwarning}
            {$unreadreports}
            <navigation>
            <br class="clear" />

And it`s show me like this.
[Image: 314ytzc.jpg]
and i dont want under header .. i want to be at same nivel with logo !! Big Grin can you understand me!? thanksBig Grin
Visit this user's website Find all posts by this user
Quote this message in a reply
Jun 22, 2008, 11:40 AM (This post was last modified: Jun 22, 2008 11:40 AM by judel.)
Post: #2
RE: Header part
I have something similar on my site with google ads. Should work the same with what you want. I tried different things and could only get the following to work. Maybe someone else here has a better idea, but this will put your code to the right of your logo.

PHP Code:
<div id="header">
            <
div class="logo"><table><td><a href="{$mybb->settings['bburl']}/index.php">
<
img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></td><td>code</td></table></div
Find all posts by this user
Quote this message in a reply
Jun 22, 2008, 12:21 PM (This post was last modified: Jun 22, 2008 12:25 PM by ciorax.)
Post: #3
RE: Header part
let`s see!!Big Grin thanks
--------
Working Thanks
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Exclamation Drop Down Menu In Header Block pripatel93 4 85 Nov 17, 2008 04:15 PM
Last Post: pripatel93
  In The Header? daz25 6 131 Oct 24, 2008 07:30 AM
Last Post: daz25
  User ID in Header? Leon 4 173 Oct 06, 2008 11:31 AM
Last Post: Matt_
  Question Re: Logo & Header moonrise 4 234 Jun 26, 2008 05:12 PM
Last Post: moonrise

Forum Jump:



MyBB Topsite icon buffet