Tables in HTML/Dreamweaver?

LoveOfVector

New member
I am a graphic designer attempting to cross over into the web world so bare with me. I have set up a table 2 columns. 3 rows on the left column and 1 row on the right. I imported 3 .swf flash buttons 144 px x 77 px each into each row on the left column. I imported one large jpg into the right column 850 px w X 1234 px. For some reason the buttons are spacing out from top to bottom to be the size of the 850px w x 1234 px jpg. Ex. One button at the top one in the middle one at the bottom, so there is a lot of extra space in between these buttons. How do i get the buttons to stay together at the top? PS. I already tried aligning them to the top. Thanks.
 
Place all buttons in the same table cell, or place the big .jpg in a different table. The entire table will streach to accomodate largest cell. you could even add extra table rows to the first colmn in order to compensate, but that would be the unorderly thing to do.
 
Back
Top