View Single Post
  #1  
Old 12-17-2002, 10:34 AM
Dean N Steve's Avatar
Dean N Steve Dean N Steve is offline
 
Join Date: May 2004
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Need a lil help :)

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...

Regards

- miSt
Attached Images
File Type: gif screenshotforvbt.gif (126.6 KB, 0 views)
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01897 seconds
  • Memory Usage 1,849KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_php
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_attachment
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete