Fluid Grid Layout
hi everyone.
i learning new feature in cs6 fluidgrid feature. 1 question have trying line left divs each other. can't seem this. here screen shot of running in to. left divs fluid line each other on left side. right there space between left divs. missing something?
that being caused default margin setting in wrapping <p> tags around text.
you can try setting css of of <p> tags margin:0, this....
p {
margin:0;
}
or if want divs choose (use div ids have divname1 , 2...
#divname1 p, #divname2 p {
margin:0;
}
that may not thre problem @ though, it's hard without link page.
More discussions in Dreamweaver support forum
adobe

Comments
Post a Comment