ADE does support borders and the code you provide should work. Unfortunately, probably not in the way yhou want it - it would create borders around every paragraph, while I suspect you want borders around page. That is, to my knowledge, impossible, as there is no HTML object that represents page. You could make broders for body instead of p, which would make left and right borders on all pages, plus top border on page 1 and bottom border on page (last).
|