Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 07-29-2003, 05:07 PM
spick spick is offline
 
Join Date: Jan 2003
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Header Help.

i wanna make it have no white space.. like make it take up the whole top part in the header..

peep the screen..

thankz..

anyone can help?
Attached Images
File Type: gif Untitled-6.gif (38.7 KB, 0 views)
Reply With Quote
  #2  
Old 07-29-2003, 05:32 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

make sure your width is set to 100% to start with...

make sure your banner with strech that far accross.... about the top, check cellpadding and spacing i think
Reply With Quote
  #3  
Old 07-29-2003, 05:50 PM
imported_HexOnxOnx imported_HexOnxOnx is offline
 
Join Date: May 2003
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Celph
i wanna make it have no white space.. like make it take up the whole top part in the header..

peep the screen..

thankz..

anyone can help?
Your image must be able to stretch the entire width of the screen so it is good to have a background image that will fill in the extra amount of space.
In your admin cp, add this to the body section Extra CSS:

margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin: 0px;
padding: 0px;
Reply With Quote
  #4  
Old 07-29-2003, 06:09 PM
spick spick is offline
 
Join Date: Jan 2003
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HexOnxOnx
Your image must be able to stretch the entire width of the screen so it is good to have a background image that will fill in the extra amount of space.
In your admin cp, add this to the body section Extra CSS:

margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin: 0px;
padding: 0px;
whaaa?

im lost. this wont work. there has to be some hack for this.
Reply With Quote
  #5  
Old 07-29-2003, 06:51 PM
imported_HexOnxOnx imported_HexOnxOnx is offline
 
Join Date: May 2003
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Celph
whaaa?

im lost. this wont work. there has to be some hack for this.
As both of us have been telling you, your logo has to be able to expand to fill the whole screen. My logo is broken down into 4 sections, each beginning right after each other on the left. Then after those, the background image helps fill in the rest if the screen that the other 3 images dont take up.

Have a look here and you will see what I mean: http://forum.xelation.org/

No matter what screen res someone has, the logo will always fill in the entire width the way that I have told you.
Here is my code tor my logo:

<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td background="http://www.xelation.org/images/header_top_x.jpg" height="159"><img src="http://www.xelation.org/images/header_top_ls.jpg" width="287" height="159"><img src="http://www.xelation.org/images/header_top_mid.jpg" width="170" height="159"><img src="http://www.xelation.org/images/header_top_rs.jpg" width="287" height="159"></td>
</tr>
Reply With Quote
  #6  
Old 07-29-2003, 08:01 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

theres no need to hack, its just sum simple html you need to learn, its just some space soi wouldnt worry
Reply With Quote
  #7  
Old 08-02-2003, 05:23 PM
spick spick is offline
 
Join Date: Jan 2003
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HexOnxOnx
As both of us have been telling you, your logo has to be able to expand to fill the whole screen. My logo is broken down into 4 sections, each beginning right after each other on the left. Then after those, the background image helps fill in the rest if the screen that the other 3 images dont take up.

Have a look here and you will see what I mean: http://forum.xelation.org/

No matter what screen res someone has, the logo will always fill in the entire width the way that I have told you.
Here is my code tor my logo:

<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td background="http://www.xelation.org/images/header_top_x.jpg" height="159"><img src="http://www.xelation.org/images/header_top_ls.jpg" width="287" height="159"><img src="http://www.xelation.org/images/header_top_mid.jpg" width="170" height="159"><img src="http://www.xelation.org/images/header_top_rs.jpg" width="287" height="159"></td>
</tr>
thankz allot

but one more thing..

whats the code. and what do i have to do to add those background images?

i know how to make it go across now. thankz to you. but i wanna make it go across the whole screen no matta wat the reso is and w/e

you get me?

i wanna know how to put those BACKGROUND images.. step by step would be nice.
Reply With Quote
  #8  
Old 08-02-2003, 05:24 PM
spick spick is offline
 
Join Date: Jan 2003
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

and also.. above the header. theres this lil empty space..
how can i take that out?

thankz allot.
Reply With Quote
  #9  
Old 08-02-2003, 05:27 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

remove this please
Reply With Quote
  #10  
Old 08-02-2003, 05:52 PM
spick spick is offline
 
Join Date: Jan 2003
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Faranth
remove this please
umm.. excuse me?
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:10 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04171 seconds
  • Memory Usage 2,272KB
  • Queries Executed 12 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (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_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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete