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
Can't get table to align properly
Old 05-30-2007, 07:06 PM Can't get table to align properly
Skilled Talker

Posts: 99
Trades: 0
trying to design a unique webpage for my buddy and I'm having trouble... you can view it at http://www.elitenation.org/index.php

the content needs to be in the middle, the navigation to the left, and the log-in to the right. I've been trying to get the log-in to align properly but it never does. any ideas?

Code:
                    <td height="100%" valign="top" width="140">
                        <table cellpadding="0" cellspacing="0">
                            <tbody><tr>
                                <td align="center" width="100%">
                                    <table align="center" border="1" cellpadding="0" cellspacing="0" height="0" width="100%">
                                         <tbody><tr>
                                          <td bordercolor="blue" class="main" background="index.php_files/clouds.jpg">
                                            <center><b>Search</b></center>

                                           </td>
                                          </tr>
                                        <tr>
                                            <td class="small" align="center">
                                                <font style="font-size: 3px;"><br></font>
                                                <form action="index.php?p=Search" method="post">
                                                    <input name="box" value="eN." class="form" onmouseover="this.focus()" onfocus="this.select()" type="text">
                                                    <input value="Search" class="lp" type="submit">
                                                </form>

                                                <font style="font-size: 3px;"><br></font>
                                            </td>
                                        </tr><tr></tr><tr></tr><tr></tr><tr></tr><tr></tr><tr></tr>
                                          <tr>
                                              <td bordercolor="blue" class="main" background="index.php_files/clouds.jpg">
                                                <center><b>Log In</b></center>
                                               </td>
                                          </tr>

                                        <tr>    
                                            <td class="small" align="center">
                                                <font style="font-size: 3px;"><br></font>
                                                <form action="index.php?p=Login" method="post">
                                                    <input name="user" value="Username" class="form" onmouseover="this.focus()" onfocus="this.select()" type="text"><br>
                                                    <input value="Password" name="pword" class="form" onmouseover="this.focus()" onfocus="this.select()" type="password"><br>
                                                    <select name="loginsectime" class="textarea">
                                                        <option value="300">5 Minutes</option>
                                                        <option value="600">10 Minutes</option>

                                                        <option value="1800">30 Minutes</option>
                                                        <option value="3600">1 Hour</option>
                                                        <option value="21600">6 Hours</option>
                                                    </select><br>
                                                    <input value="Login" class="lp" type="submit">
                                                </form>

                                            </td>
                                        </tr>
                                    </tbody></table>
                                </td>
                            </tr>
                        </tbody></table>
                    </td>
                </tr>
            </tbody></table>

        </td>
    </tr>
Arez20469 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-30-2007, 07:47 PM Re: Can't get table to align properly
fallen1's Avatar
Junior Talker

Posts: 1
Trades: 0
simple try tables with 3 columns...1 for nav content and the login...

it is always good to design tables from outisde to inside...


<table>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
fallen1 is offline
Reply With Quote
View Public Profile Visit fallen1's homepage!
 
Old 05-30-2007, 07:55 PM Re: Can't get table to align properly
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
It is far better to design WITHOUT TABLES at all !
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Can't get table to align properly
 

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.77030 seconds with 12 queries