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
Table bottom doesn't connect
Old 10-04-2009, 09:06 PM Table bottom doesn't connect
keatoru's Avatar
Novice Talker

Posts: 9
Name: Kent
Trades: 0
i've uploaded what i have so far to my site so you can better see what i am talking about.
Code:
http://gfxgrounds.com/index2.html
In the table for Latest Tutorials the code is set up as so
html:
Code:
    <div id="latesttutorials">
        <table cellpadding="0" cellspacing="0">
            <tr>
                 <td colspan="11" id="latesttutstop"></td>
            </tr>
            <tr>
                <td id="latesttutsleft"></td>
                <td id="tutspace">
                    <a href="#">
                        <img src="http://www.webmaster-talk.com/images/home/tutspace.gif" border="0" />
                    </a>
                </td>
                <td id="latesttutsdiv"></td>
                <td id="tutspace">
                    <a href="#">
                        <img src="http://www.webmaster-talk.com/images/home/tutspace.gif" border="0" />
                    </a>
                </td>
                <td id="latesttutsdiv"></td>
                <td id="tutspace">
                    <a href="#">
                        <img src="http://www.webmaster-talk.com/images/home/tutspace.gif" border="0" />
                    </a>
                </td>
                <td id="latesttutsdiv"></td>
                <td id="tutspace">
                    <a href="#">
                        <img src="http://www.webmaster-talk.com/images/home/tutspace.gif" border="0" />
                    </a>
                </td>
                <td id="latesttutsdiv"></td>
                <td id="tutspace">
                    <a href="#">
                        <img src="http://www.webmaster-talk.com/images/home/tutspace.gif" border="0" />
                    </a>
                </td>
                <td id="latesttutsright"></td>
            </tr>
            <tr>
                <td colspan="11" id="latesttutsbottom"></td>
            </tr>
        </table>
    </div>
CSS:
Code:
#latesttutorials {float:left;
    width:670px;
    height:200px;
    margin-top:20px;
    margin-left:10px;
}

#latesttutstop {width:670px;
    height:56px;
    background-image:url(images/home/latesttutshead.gif);
    background-repeat:no-repeat;
}

#latesttutsleft {width:10px;
    height:125px;
    background-image:url(images/home/latesttutsleft.gif);
    background-repeat:no-repeat;
}

#tutspace {width:125px;
    height:125px;
}

#latesttutsdiv {width:6px;
    height:120px;
    background-color:#eae9e7;
}

#latesttutsright {background-image:url(images/home/latesttutsright.gif);
    width:11px;
    height:25px;
    background-repeat:no-repeat;
}

#latesttutsbottom {width:670px;
    height:18px;
    background-image:url(images/home/latesttutsbottom.gif);
    background-repeat:no-repeat;
}
now if you go to my page you can see the table and you can see that the bottom peice is disconnected and spaced down from the rest of it. I am unsure as to how I can fix this.

Last edited by keatoru; 10-04-2009 at 09:08 PM..
keatoru is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-05-2009, 12:05 AM Re: Table bottom doesn't connect
keatoru's Avatar
Novice Talker

Posts: 9
Name: Kent
Trades: 0
i deleted the table and redid it with divs and it works now
keatoru is offline
Reply With Quote
View Public Profile
 
Old 10-05-2009, 04:29 PM Re: Table bottom doesn't connect
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Good. You don't need tables for layout anyway
__________________
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 Table bottom doesn't connect
 

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