August 18, 200818 yr HI! I am using Dreamweaver 8 and try to work with Layers and tables. I put a table inside a layer. I stipulated that I want the width of the layer as well as the Table 600px Now my problem: As I put small image files in the center column - it will go wider than the 600px. Is it possible to fix the width? Thanks
August 18, 200818 yr Author Are you using the tables for tabular data or for building the site? I am building a site. I use small jpg files in the center column to swap the image in the right column with bahaviours. Hope it make sense!
August 18, 200818 yr By the sounds of it you are using both tables and "layers" for layout? There is no such thing as layers in the HTML standard and it is just what dreamweaver calls <div> tags. I really wouldn't recommend using tables within layers or vice versa using dreamweaver, you will end up with some hugely messy code and unexpected behaviour. If you have no experience with <div> tags and css I would recommend sticking with just tables in dreamweaver. Of course if your not using if for layout then somone might have a fix
Create an account or sign in to comment