Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Problem with my header template Details »»
Problem with my header template
Version: , by L-Mane L-Mane is offline
Developer Last Online: Jul 2014 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 01-09-2003 Last Update: Never Installs: 0
 
No support by the author.

http://www.allhiphop.com/community/

I cannot make this table get to the top. It leaves this white space to the top and the edges can someone help me please

Code:
  <title></title>
<table width="100%" cellpadding="0" cellspacing="0">
  <tr>  <td valign="top" bgcolor="#CC0000"> <div align="left"><a href="http://www.allhiphop.com/community/index.php?s="><img src="http://www.allhiphop.com/community/images/ALLHH02.jpg" width="100%" height="136" border="0"></a> 
        <div id="Layer1" style="position:absolute; width:200px; height:62px; z-index:1; left: 519px; top: 92px;"><a href="http://FreeOnlineSurveys.com/rendersurvey.asp?id=28280%20"><img src="http://www.allhiphop.com/ads/survey.gif" width="468" height="60" border="0"></a></div>
        <table width="100%" border="0" bordercolor="#000000">
		
          <tr> 
            <td width="11%" background="http://www.allhiphop.com/community/images/banner_mid_top.gif"> <div align="center"><font color="#000000"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.allhiphop.com/community/"><font color="#FFFFFF">Home</font></a></font></b></font></div>
            <td width="11%" background="http://www.allhiphop.com/community/images/banner_mid_top.gif"> 
              <div align="center"><font color="#000000"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://allhiphop.com/community/usercp.php?"><font color="#000000"><b></b></font></a><font color="#000000"><b><a href="aim:gochat?roomname=ICL"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><font color="#FFFFFF">Chat</font></font></a></b></font></font></b></font></div></td>
            <td width="11%" background="http://www.allhiphop.com/community/images/banner_mid_top.gif"> 
              <div align="center"><font color="#000000"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://allhiphop.com/community/register.php?action=signup"><font color="#FFFFFF">Sign-Up</font></a></font></b></font></div></td>
            <td width="11%" background="http://www.allhiphop.com/community/images/banner_mid_top.gif"> 
              <div align="center"><font color="#000000"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://allhiphop.com/community/memberlist.php?"></a></font><font color="#000000"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://allhiphop.com/community/usercp.php?"><font color="#FFFFFF">Profile</font></a></font></b></font></b></font></div></td>
            <td width="11%" background="http://www.allhiphop.com/community/images/banner_mid_top.gif"> 
              <div align="center"><font color="#000000"><b><a href="http://allhiphop.com/community/calendar.php?"> 
                <font face="Verdana, Arial, Helvetica, sans-serif" size="2"> </font></a><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://allhiphop.com/community/memberlist.php?"><font color="#FFFFFF">Members</font></a></font></b></font></div></td>
            <td width="11%" background="http://www.allhiphop.com/community/images/banner_mid_top.gif"> 
              <div align="center"><font color="#000000"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://allhiphop.com/community/search.php?"></a></font><font color="#000000"><b><a href="http://allhiphop.com/community/calendar.php?"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><font color="#FFFFFF">Calender</font></font></a></b></font></b></font></div></td>
            <td width="11%" background="http://www.allhiphop.com/community/images/banner_mid_top.gif"> 
              <div align="center"><font color="#000000"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://allhiphop.com/community/misc.php?action=faq"></a></font><font color="#000000"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://allhiphop.com/community/search.php?"><font color="#FFFFFF">Search</font></a></font></b></font></b></font></div></td>
            <td width="11%" background="http://www.allhiphop.com/community/images/banner_mid_top.gif"> 
              <div align="center"><font color="#000000"><b><a href="misc.php?s=&action=myrules"><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#FFFFFF">Rules</font></a></b></font></div></td>
            <td width="11%" background="http://www.allhiphop.com/community/images/banner_mid_top.gif"> 
              <div align="center"><font color="#000000"><b><a href="aim:gochat?roomname=ICL"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 
                </font></a><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://allhiphop.com/community/misc.php?action=faq"><font color="#FFFFFF">FAQ</font></a></font></b></font></div></td>
        </table>
      </div></td>
  </tr>
</table>
    </td>

  </tr>

</table>

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 01-09-2003, 05:34 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow pretty big site there buddy :P

Well it's nothing to do with your header there

Go into your admin cp and the styles section - in the body tag bit find this bit:

PHP Code:
topmargin="10" 
Change it to:

PHP Code:
topmargin="0" 
Regards

- miSt
Reply With Quote
  #3  
Old 01-10-2003, 12:30 PM
L-Mane L-Mane is offline
 
Join Date: Jul 2002
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did that and it still did it. I put this in

<body bgcolor="#ffffff" text="#000000 topMargin="0">
Reply With Quote
  #4  
Old 01-10-2003, 01:21 PM
Reverend Reverend is offline
 
Join Date: Mar 2002
Location: England
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by L-Mane
I did that and it still did it. I put this in

<body bgcolor="#ffffff" text="#000000 topMargin="0">

you've missed a quote mark out after text color.

Should be text="#000000"
Reply With Quote
  #5  
Old 01-10-2003, 06:03 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Revert your <body > tag replacement and then post it up and i'll change it to suit

- miSt
Reply With Quote
  #6  
Old 01-10-2003, 07:20 PM
L-Mane L-Mane is offline
 
Join Date: Jul 2002
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here go the reverted one

<body bgcolor="#666696" text="#000000" id="all" leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" link="#000020" vlink="#000020" alink="#000020">

I changed all the 10's to zeros and they still did them. I dont know why though
Reply With Quote
  #7  
Old 01-11-2003, 06:19 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PHP Code:
<body bgcolor="#666696" text="#000000" id="all" leftmargin="10" topmargin="0" marginwidth="10" marginheight="10" link="#000020" vlink="#000020" alink="#000020"
Try that

- miSt
Reply With Quote
  #8  
Old 01-11-2003, 06:48 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Put this at the very top of the page and it will take the space out. I just tested it with your image and it works.

Quote:
<body style="margin-top:0px;">
Reply With Quote
  #9  
Old 01-12-2003, 06:08 AM
L-Mane L-Mane is offline
 
Join Date: Jul 2002
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks yall everything works now
Reply With Quote
  #10  
Old 01-12-2003, 11:34 AM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your Welcome

- miSt
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:05 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04478 seconds
  • Memory Usage 2,305KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (3)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete