Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
  #1  
Old 12-03-2002, 04:40 AM
Big J Big J is offline
 
Join Date: Nov 2002
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Im a dumbass at using tables!

Could someone please help me make a duplate of the table below so that I will have 2 of the same appear side by side? please? I just cant seem to get it. *smacks forehead*

Quote:
<!-- Search The Internet Hack (search bar), (Copyright 2002+), tHE DSS -->

<!-- 5px VERTICAL GAP -->
<table border="0" width="{tablewidth}" cellpadding="0" cellspacing="0">
<td height="5"></td>
</table>
<!-- 5px VERTICAL GAP END -->

<table border="0" width="{tablewidth}" cellpadding="0" cellspacing="0">
<tr>
<td>
<table bgcolor="{tablebordercolor}" cellpadding=4 cellspacing=1 width="50%" border="0">
<td align="left" valign="center" bgcolor="{tableheadbgcolor}"><smallfont color="{categoryfontcolor}"><img src="{imagesfolder}/find.gif" alt="Search the net!" border="0">&nbsp; Search The Internet</smallfont></td>
<tr>
<td align="left" valign="center" width="100%" bgcolor="{firstaltcolor}">
<table cellpadding=0 cellspacing=0 width="100%" border="0">
<tr>
<td align=left valign="center">
<form action="./websearch.php" target="_blank">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="text" name="searchString" size="25" maxlength="255" value="">
<select name="engine">
<option value="google" selected>Search -> Google
<option value="yahoo">Search -> Yahoo
<option value="altaVista">Search -> Alta Vista
<option value="excite">Search -> Excite
<option value="lycos">Search -> Lycos
</select>
</td>
<td align=right>
<input type="submit" name="searchButton" value="Search">
</td> </form>
</tr>
</table>
</td></tr>
<tr>
<td align="left" valign="center" bgcolor="{tableheadbgcolor}"><smallfont color="{categoryfontcolor}">&nbsp;</smallfont></td></tr>
</table>
</td>
</tr>
</table>
Here is my forum (not open to my members yet), see the internet search at the bottom left? I want a duplicate of that to appear on the right side of the existing one. I'm going to put some other little goodies is the new table.

http://www.extreme-athlete.com/forums/
Reply With Quote
  #2  
Old 12-03-2002, 04:52 AM
Velocd's Avatar
Velocd Velocd is offline
 
Join Date: Mar 2002
Location: CA University
Posts: 1,696
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Experiment with the following code, I think this is what you wanted:

Code:
<!-- Search The Internet Hack (search bar), (Copyright 2002+), tHE DSS -->

<!-- 5px VERTICAL GAP -->
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<td height="5"></td>
</table>
<!-- 5px VERTICAL GAP END -->


<table border="0" width="38%" cellpadding="0" cellspacing="0">
<tr><td><table bgcolor="#0A293E" cellpadding=4 cellspacing=1 width="50%" 

border="0">
<td align="left" valign="center" bgcolor="#1D6AA0"><smallfont 

color="#000000"><img src="https://vborg.vbsupport.ru/images/find.gif" 

alt="Search the net!" border="0">  Search The Internet</smallfont></td>
<tr>
<td align="left" valign="center" width="100%" bgcolor="#13486D">
<table cellpadding=0 cellspacing=0 width="100%" border="0">
<tr>
<td align=left valign="center">
<form action="./websearch.php" target="_blank">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="text" name="searchString" size="25" maxlength="255" value="">
<select name="engine">
<option value="google" selected>Search -> Google
<option value="yahoo">Search -> Yahoo
<option value="altaVista">Search -> Alta Vista
<option value="excite">Search -> Excite
<option value="lycos">Search -> Lycos
</select>
</td>
<td align=right>
<input type="submit" name="searchButton" value="Search">
</td> </form>
</tr>
</table>
</td></tr>
<tr>
<td align="left" valign="center" bgcolor="#1D6AA0"><smallfont 

color="#000000"></smallfont></td></tr>
</table></td>

<!-- duplicate table add below here, in <td> tags -->

<td>
<table bgcolor="#0A293E" cellpadding=4 cellspacing=1 width="50%" 

border="0">
<td align="left" valign="center" bgcolor="#1D6AA0"><smallfont 

color="#000000"><img src="https://vborg.vbsupport.ru/images/find.gif" 

alt="Search the net!" border="0">  Search The Internet</smallfont></td>
<tr>
<td align="left" valign="center" width="100%" bgcolor="#13486D">
<table cellpadding=0 cellspacing=0 width="100%" border="0">
<tr>
<td align=left valign="center">
<form action="./websearch.php" target="_blank">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="text" name="searchString" size="25" maxlength="255" value="">
<select name="engine">
<option value="google" selected>Search -> Google
<option value="yahoo">Search -> Yahoo
<option value="altaVista">Search -> Alta Vista
<option value="excite">Search -> Excite
<option value="lycos">Search -> Lycos
</select>
</td>
<td align=right>
<input type="submit" name="searchButton" value="Search">
</td> </form>
</tr>
</table>
</td></tr>
<tr>
<td align="left" valign="center" bgcolor="#1D6AA0"><smallfont 

color="#000000"> </smallfont></td></tr>
</table>
</td>
</tr>
</table>
The parts in red are the main changes I made.
Reply With Quote
  #3  
Old 12-03-2002, 03:07 PM
Big J Big J is offline
 
Join Date: Nov 2002
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

THANK YOU SO MUCH!!!
Reply With Quote
Reply

Thread Tools
Display Modes

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 02:16 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03418 seconds
  • Memory Usage 2,193KB
  • Queries Executed 13 (?)
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
  • (3)post_thanks_box
  • (3)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit_info
  • (3)postbit
  • (3)postbit_onlinestatus
  • (3)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_postinfo_query
  • fetch_postinfo
  • 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