vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Need a lil help :) (https://vborg.vbsupport.ru/showthread.php?t=85701)

Dean N Steve 12-17-2002 10:34 AM

Need a lil help :)
 
1 Attachment(s)
Hi,

This is the first thing that has baffled me when i've been trying to implement my new design..

I have my main header which is in one table...

Then i have the content table... but i want to split it into three tables... one thin one on the left... the main thick one in the center and another little thin one on the right.. The screenshot explains it slightly better..

My header template:

PHP Code:

<!-- logo and buttons -->
<
center>

<
table bgcolor="{pagebgcolor}" class="bordert" border="0" width="{tablewidth}" cellpadding="0" cellspacing="0">
<
tr><td>

<
table border="0" width="{tablewidth}" cellpadding="0" cellspacing="0" bgcolor="{pagebgcolor}">


  <
a href="index.php?s=$session[sessionhash]">
<
center><img src="{titleimage}" border="0" alt="$bbtitlealign="center"></center>
</
a>
  <
tr><td valign="bottom" align="center" nowrap>
   <!-- 
toplinks -->

<
img src="{imagesfolder}/navbar.gif">
   
   <!-- /
toplinks -->
  </
td>
</
tr>
</
table>
<!-- /
logo and buttons -->

<!-- 
content table -->
<
table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="10" cellspacing="0" border="0">
<
tr>
  <
td

My footer template:

PHP Code:

  </td>
</
tr>
</
table>
<!-- /
content area table -->
</
center>

<
p align="center">
  <
normalfont><b>&lt; <a href="$contactuslink">Contact Us</a> - <a href="$homeurl">$hometitle</a>
  <!-- - <
a href="$privacyurl">Privacy Statement</a> --> &gt;</b></normalfont>
</
p>

<
p align="center"><smallfont>
<!-- Do 
not remove this copyright notice -->
  
Powered byvBulletin Version $templateversion<br>
  
Copyright &copy;2000 2002Jelsoft Enterprises Limited.<br>
<!-- Do 
not remove this copyright notice -->
$copyrighttext
</smallfont></p>

</
td></tr>
</
table

My headinclude template:

PHP Code:

<meta http-equiv="MSThemeCompatible" content="Yes">
<
style type="text/css">
BODY {
    
SCROLLBAR-BASE-COLOR: {categorybackcolor};
    
SCROLLBAR-ARROW-COLOR: {categoryfontcolor};
}
SELECT {
    
FONT-FAMILYVerdana,Arial,Helvetica,sans-serif;
    
FONT-SIZE11px;
    
COLOR#000000;
    
BACKGROUND-COLOR#CFCFCF
}
TEXTAREA, .bginput {
    
FONT-SIZE12px;
    
FONT-FAMILYVerdana,Arial,Helvetica,sans-serif;
    
COLOR#000000;
    
BACKGROUND-COLOR#CFCFCF
}
A:linkA:visitedA:active {
    
COLOR: {linkcolor};
}
A:hover {
    
COLOR: {hovercolor};
}
#cat A:link, #cat A:visited, #cat A:active {
    
COLOR: {categoryfontcolor};
    
TEXT-DECORATIONnone;
}
#cat A:hover {
    
COLOR: {categoryfontcolor};
    
TEXT-DECORATIONunderline;
}
#ltlink A:link, #ltlink A:visited, #ltlink A:active {
    
COLOR: {linkcolor};
    
TEXT-DECORATIONnone;
}
#ltlink A:hover {
    
COLOR: {hovercolor};
    
TEXT-DECORATIONunderline;
}
.
thtcolor {
    
COLOR: {tableheadtextcolor};
}
.
bordert {
    
BORDER1px solid #000000;
}
</
style>

$headnewpm 

Hopefully someone can help me out on how to do this... :D

Regards

- miSt

Tony G 12-17-2002 10:41 AM

Okay, I can't really give you too much help but look at this mod:

http://www.vbulletintemplates.com/mo...ight=vbulletin

It's a sidetable, use it as base code and tweak to the way you want it. :)

Dean N Steve 12-17-2002 11:03 AM

Thats not what i want :(

I need it to stretch from below the navbar right down to the footer... not just on the forumbits :(

- miSt

Dean N Steve 12-17-2002 04:48 PM

^


All times are GMT. The time now is 08:14 AM.

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.01260 seconds
  • Memory Usage 1,755KB
  • 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
  • (3)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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