Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 03-05-2007, 01:08 AM
2 FN LOW 2 FN LOW is offline
 
Join Date: Feb 2007
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Who Can Help Fix My Banner?

This is prob a simple fix for a coder...However i am not a coder...I designed a new banner that i am tryin to put on my forum...I would like the banner to flow all the way across the top of the screen..For example i would like it to look like it goes off the screen on both sides..To see an example of what i mean by going off the screen on the sides you can look at the banner on the forum below

http://www.6speedonline.com/forums/


this is the code in my header template

Quote:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output
My banner is 1024px wide....Do i need to make it smaller? Regardless of that, i cant figure how how to get it to go to the end of the screen on both side...Any help here?

this is a link to my forum to see how it sits now
www.obsession2speed.com/forums

BTW let me just say that i am messing around with this as i go, so the image on my forum may change depending on when you click

UPDATE

I have gotten my banner to fit perfectly to the edges of my forum....However this isnt really what i was tryin to do...I was tryin to get it to flow off the screen as stated...I am using a smaller image at the moment to get it to fit like that...I have an image that is 1024px wide to use if i can get it off the edges of the screen.
Reply With Quote
  #2  
Old 03-07-2007, 11:33 PM
Zachariah's Avatar
Zachariah Zachariah is offline
 
Join Date: Feb 2002
Location: Canoga Park, CA
Posts: 2,125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lets have a look. At what they did.

Code:
<!-- content table -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr bgcolor="#FFFFFF">
    <td valign="top" width="555" height="133"><a href="index.php?"><img border="0" src="http://www.6speedonline.com/forums/headersplash/images/topheader_01.jpg" width="555" height="133" alt="" /></a></td>
    <td rowspan="2" align="right" valign="top" background="http://www.6speedonline.com/forums/headersplash/images/orangebg.jpg" bgcolor="#FFFFFF"><img border="0" src="http://www.6speedonline.com/forums/headersplash/images/orange_car_right.jpg" alt="" width="452" height="180" /></td>
  </tr>
  <tr>

    <td bgcolor="#FFFFFF">&nbsp;</td>
  </tr>
</table>
<!-- open content container -->

3 Images in all

1 Left side - topheader_01.jpg - width="555"
1 Repeating background - orangebg.jpg - 1 pixel wide
1 Right side - orange_car_right.jpg - width="452" - align="right"


Together the left and right image min size is 1007 pix wide.

- If your computer resolution is at 1280x1024 or 1600x1200 and your browser is larger than 1007 wide, the topheader_01.jpg and orange_car_right.jpg will split apart and the cell on the right will show orangebk.jpg repeated over and over until the cell is filled.
Reply With Quote
  #3  
Old 03-13-2007, 08:23 PM
2 FN LOW 2 FN LOW is offline
 
Join Date: Feb 2007
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what im tryin to figure out is how i can get my banner like that...If i have one large image to fit the screen how can i code it to make it fit like that?
Reply With Quote
  #4  
Old 03-14-2007, 12:47 AM
TECK's Avatar
TECK TECK is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 4,182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Get TopStyle Pro, for starters.
It will help you code better. Your HTML code has a ton of deprecated tags.
Then, you will fix in no time your header problem.
Reply With Quote
  #5  
Old 03-15-2007, 01:10 AM
2 FN LOW 2 FN LOW is offline
 
Join Date: Feb 2007
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

why do i need that when i have dreamweaver?
Reply With Quote
  #6  
Old 03-15-2007, 03:24 AM
TECK's Avatar
TECK TECK is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 4,182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does dreamweaver tell you if a tag is deprecated and what you should use instead?
Reply With Quote
  #7  
Old 03-15-2007, 08:41 PM
2 FN LOW 2 FN LOW is offline
 
Join Date: Feb 2007
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not sure, but it prob does
Reply With Quote
  #8  
Old 03-23-2007, 03:15 PM
TECK's Avatar
TECK TECK is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 4,182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It does not.
Reply With Quote
  #9  
Old 03-24-2007, 05:20 AM
WhiteEagle's Avatar
WhiteEagle WhiteEagle is offline
 
Join Date: Mar 2007
Location: Canada's F@H Center
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I could use help with a similar problem, except I wiped out my logo code. What's the proper code to get it back and have my logo up there?

TIA,
WhiteEagle
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 01:06 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.04382 seconds
  • Memory Usage 2,240KB
  • Queries Executed 11 (?)
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
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete