Can you put an HTML page inside a table?

NetworkingGeek

New member
I was wondering if it is possible that you can put a whole HTML page inside a table? If so, can you put a table withing a table? Can you actually use this method on eBay? Where u can enclose your whole posting in between a table?
 
hmm well you can for sure put a page in table with the use of i frames
----------------------------------------------------------------------------------------------------
<iframe src="foo.html" width="200" height="200" frameborder="0" scrolling="auto" name="myiFrame">
----------------------------------------------------------------------------------------------------
But here first you make a page with the contents of the table and then show it in a table using an iframe.
And sorry i dont know if that could be done on ebay..
 
Back
Top