Interface > Working with Pro/WEB PUBLISH > Customizing Publication Sites > To Set Formats for Assembly Representations
  
To Set Formats for Assembly Representations
If you export an assembly or assembly process data in all supported formats (that is, if the www_export_geometry_as configuration option is set to all), you can edit the index.html file to limit the model representations to the particular ones you need. To do so, edit the following line in the index.html file:
<"frame name="PRO_WEB_ALL" src="dummy.html"
and replace the frame name PRO_WEB_ALL with one of the following names:
PRO_WEB_CGM_VRML—to view CGM and VRML
PRO_WEB_VRML—to view VRML only
PRO_WEB_CGM—to view CGM only
PRO_WEB_JPG—to view JPEG only
PRO_WEB_JPG_VRML—to view JPEG and VRML