I use Dreamweaver 8 on Mac OS X 10.4.11. I have a design that I am revising that is tables-based. I have two tables side by side, each with one col, one row and 4 cells. The attached image is what I want them to look like, but I can't get them to align side by side and I can't get the blue bg rectangular button to show in the two far right cells. The lefthand table is fine. It is set to align left. I used a table id and a different id for each cell in the table on the right, the one with the red border. Here's what I am using for the two right cells, but isn't working:
action_table div#4 div#5 {
background-image: url(images/link_rpt_box.gi
f);
background-repeat: no-repeat;
height: 26px;
width: 150px;
padding-top: 3px;
margin-bottom: -4px;
}
Note: the Report Name and No. of Records is a dynamic form
Start Free Trial