Advertisement
Guest User

Display Multiple Webpages on a Single Page

a guest
Jan 1st, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta content="text/html; charset=ISO-8859-1"
  4. http-equiv="content-type">
  5. <title></title>
  6. </head>
  7. <body>
  8. <table style="width: 1000px;">
  9. <tbody>
  10. <tr>
  11. <td align="center" width="50%"><iframe src="http://slashdot.org" style="width: 500px; height: 400px;"></iframe><br>
  12. </td>
  13. <td align="center" width="50%"><iframe src="http://slashdot.org" style="width: 500px; height: 400px;"></iframe><br>
  14. </td>
  15. </tr>
  16. <tr>
  17. <td align="center" width="50%"><iframe src="http://slashdot.org" style="width: 500px; height: 400px;"></iframe><br>
  18. </td>
  19. <td align="center" width="50%"><iframe src="http://slashdot.org" style="width: 500px; height: 400px;"></iframe><br>
  20. </td>
  21. </tr>
  22. </tbody>
  23. </table>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement