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 Link to comment https://forums.phpfreaks.com/topic/82110-solved-tables-in-dreamweaver-help/ 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 Link to comment https://forums.phpfreaks.com/topic/82110-solved-tables-in-dreamweaver-help/#findComment-417291 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 Link to comment https://forums.phpfreaks.com/topic/82110-solved-tables-in-dreamweaver-help/#findComment-417600 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> Link to comment https://forums.phpfreaks.com/topic/82110-solved-tables-in-dreamweaver-help/#findComment-418882 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.