Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
How to stack these tables?
Old 08-25-2010, 05:50 PM How to stack these tables?
Extreme Talker

Posts: 218
Trades: 0
As you can see from the attached image, the black box is side-by-side with the gray box. I'd like the gray box to be directly underneath the black box. How can I accomplish this? Thanks
Here is the code:
HTML
Code:
<td class="login3">
<br/><table>
<tr><td>
<form method="get" action="search.php">
<div id="siteSearch">
<!--<input type="hidden" name="hl" value="en" />-->
<input type="hidden" name="type" value="videos"/>
<input align="middle" type="text" name="keyword" id="myField"/>&nbsp;&nbsp;<input type="image" src="images/" name="sa" value="Search" id="mySearch"/>
</div>
</form>
</td></tr></table>

<td class="login4">
<table>
<tr><td>
<form action="login.php" method="post" accept-charset="UTF-8" class="middletext">
<label>Username</label><span class="username"><input type="text" name="user_name_login" size="9" style="width:70px;" />
<label>Password</label><span class="password"><input type="password" name="password_login" size="9" style="width:70px;" />
<input type="submit" value="[var.lang_login_now]" class="btn_vid1" /></a><!--<a href="login.php"></a>-->
<input type="hidden" name="submitted" value="yes" />
<input type="hidden" name="remember_me" value="remember_me" />
</form>
</td></tr></table>
CSS:
Code:
td.login3 {
background:#000000;
text-align: center;
padding-right:10px;
padding-left:10px:
padding-top:10px;
background-position:top;
padding-bottom:0px;
margin:0px 0px 0px 0px;
width:0px;
height:0px;

}

td.login4 {
background:#696969;
text-align: center;
padding-right:0px;
padding-left:0px:
padding-top:0px;
background-position:bottom;
padding-bottom:0px;
margin:0px 0px 0px 0px;
width:0px;
height:0px;

}
Attached Images
File Type: jpg ImageExample.jpg (5.6 KB, 6 views)
chrisj is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-07-2010, 01:17 AM Re: How to stack these tables?
Banned

Posts: 5
Name: David Warner
Trades: 0
We have added 'stacking’ to the tiling and cascading table layout options. Stacking allows players to place, or 'stack’, all the tables on top of one another while navigating from table to table using the stacking console.
The main features are:

Table list with relative position and timer alerts
Concise and clear hand history
Details of the players still in the hand and in their order to act allowing for quick positional assessment and previous action overlay
Active console table with embedded action buttons
Tables requiring attention, based on the time to act, clearly displayed
Toggle between two tables with our previous table button
David Warner is offline
Reply With Quote
View Public Profile
 
Old 09-07-2010, 05:25 AM Re: How to stack these tables?
Kelpie's Avatar
Skilled Talker

Posts: 82
Name: Andrew
Location: SW Scotland
Trades: 0
Though you haven't inclued it in your code it looks like the two tables are on the same row of an outer table. You need to put the second table on to the next row of this containing table. Stick a </tr><tr> between the 2 tables.
On a separate note, you haven't closed the td tags for the login3 and login4 classes.

HTML Code:
<td class="login3">
<br/><table>
<tr><td>
<form method="get" action="search.php">
<div id="siteSearch">
<!--<input type="hidden" name="hl" value="en" />-->
<input type="hidden" name="type" value="videos"/>
<input align="middle" type="text" name="keyword" id="myField"/>&nbsp;&nbsp;<input type="image" src="http://www.webmaster-talk.com/images/" name="sa" value="Search" id="mySearch"/>
</div>
</form>
</td></tr></table>
</td></tr>
 
<tr><td class="login4">
<table>
<tr><td>
<form action="login.php" method="post" accept-charset="UTF-8" class="middletext">
<label>Username</label><span class="username"><input type="text" name="user_name_login" size="9" style="width:70px;" />
<label>Password</label><span class="password"><input type="password" name="password_login" size="9" style="width:70px;" />
<input type="submit" value="[var.lang_login_now]" class="btn_vid1" /></a><!--<a href="login.php"></a>-->
<input type="hidden" name="submitted" value="yes" />
<input type="hidden" name="remember_me" value="remember_me" />
</form>
</td></tr></table>
</td>

Last edited by Kelpie; 09-07-2010 at 06:37 AM..
Kelpie is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How to stack these tables?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.63381 seconds with 13 queries