vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Who Can Help Fix My Banner? (https://vborg.vbsupport.ru/showthread.php?t=141156)

2 FN LOW 03-05-2007 01:08 AM

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.

Zachariah 03-07-2007 11:33 PM

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.

2 FN LOW 03-13-2007 08:23 PM

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?

TECK 03-14-2007 12:47 AM

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.

2 FN LOW 03-15-2007 01:10 AM

why do i need that when i have dreamweaver?

TECK 03-15-2007 03:24 AM

Does dreamweaver tell you if a tag is deprecated and what you should use instead?

2 FN LOW 03-15-2007 08:41 PM

not sure, but it prob does

TECK 03-23-2007 03:15 PM

It does not. :)

WhiteEagle 03-24-2007 05:20 AM

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


All times are GMT. The time now is 02:05 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.01264 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete