How do I center my frame html on my webpage?

ALVIN

New member
I made a frame html and I would like to center this only on the center of my webpage....
what do i add on my code to center it to webpage? here's an example of my frame html..

<iframe class="result_output" width="800%" height="100%" frameborder="0" name="view" src="/Product-Information.Html" align="top center"></iframe>
 
Back
Top