The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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:
http://www.extreme-athlete.com/forums/ |
#2
|
||||
|
||||
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> |
#3
|
|||
|
|||
THANK YOU SO MUCH!!!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|