jassikundi Posted December 17, 2007 Share Posted December 17, 2007 Hi, I'm currently in the middle of creating a feedback form using Dreamweaver and have used a table with 2 columns and 12 rows. The first column has all the Labels and the send all the text fields. What I wanted to know is, could drop down list box be moved next to the Lable: Title at the moment I'm unable to resize the table as all columns moves together. Is there a way to do it in dreamweaver? I have posted a link to my html page, which you can view the source code. http://classicbedroomdesign.co.uk/enquiry.html Regards Jassi Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted December 18, 2007 Share Posted December 18, 2007 you need to set the width of the table. but if you have a two column table, like you do; the longest text string on the left will determine how far it pushes the input fields to the let; unless you set a specific width for the left column and wrap your text to the next line of the table cell. you can also set the colspan to "2" to make your <td> give you this effect: Title: Input Field Quote Link to comment Share on other sites More sharing options...
jassikundi Posted December 18, 2007 Author Share Posted December 18, 2007 Hi i did try that but didnt manage to succeed what I'm trying to say is how is it possible to create a table to look like the following where the cells can al be diffrent size. I've uploaded a picture to show what I'm trying to create. http://classicbedroomdesign.co.uk/table.jpg Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted December 19, 2007 Share Posted December 19, 2007 do it like this: <td style="height:50px;text-align:center;vertical-align:middle"> Content Here </td> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.