I can, but you probably won't like it...
You'll need to learn to position elements using css floats, margin and padding instead of position:absolute (which is what APDivs use).
Absolute positioning has its uses, but in the vast majority of cases, there's no reason for it and giving an element a float with some margins and padding will get it to the same location, with the added bonus of being more flexible/fluid for the ever changing viewport sizes of the thousands of devices used these days to look at websites.
For what it's worth, APDivs have been removed from DW because of the problems they create, especially for new designers, trying to put together a responsive design.