displaying pages in tables

S

Sujoy

I wnt to display web pages in the table with specified height and width.
Instead of using frames I want tables to display pages.
 
J

Jens Peter Karlsen [FP MVP]

You can use CSS to set the width and the height.
Tables as such can't display pages. Put an iframe in the table to load
the page.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
Top