Do ZOOMSTOP and ZOOMRESTART need to be properly nested within matching HTML tags? For example, is this acceptable for Zoom:
html body div h1/h1 p/p ... ZOOMSTOP ... p/p ... /div ... ZOOMRESTART ... /body /html
Or does the ZOOMRESTART need to be placed before the /div in this example, assuming there is only the one div on this page? I have left off the angle brackets surrounding the html tags in the example.
Thank You,
Nancy
html body div h1/h1 p/p ... ZOOMSTOP ... p/p ... /div ... ZOOMRESTART ... /body /html
Or does the ZOOMRESTART need to be placed before the /div in this example, assuming there is only the one div on this page? I have left off the angle brackets surrounding the html tags in the example.
Thank You,
Nancy
Comment