The Property Inspector is missing the V Space and H Space fields in DW6 - where did they go?
i downloaded dw6. property inspector missing v space , h space fields, therefore unable add space around images. suggestions?
it no longer available because problem applied spaces around image rather user wanted them. need use css , apply margins , paddings , target want them using this:
img {
margin-bottom: 0;
margin-right: 0;
margin-left: 0;
margin-top: 0;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
}
img {
border: 0;
padding: 0;
}
the second style generic set margin , padding 4 sides.
good luck.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment