Monday 2 January 2012

Displaying multiple web pages on a single web page

Source: http://www.sevenforums.com/browsers-mail/152344-multiple-web-pages-1-screen-page.html

If you like to keep a eye on multiple web pages without flooding tabs here is a way to do it.

I know there are FF extensions that can do this.

http://pastebin.com/z33nh5tw

<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body>
<table style="width: 1000px;">
<tbody>
<tr>
<td align="center" width="50%"><iframe src="http://slashdot.org" style="width: 500px; height: 400px;"></iframe><br>
</td>
<td align="center" width="50%"><iframe src="http://slashdot.org" style="width: 500px; height: 400px;"></iframe><br>
</td>
</tr>
<tr>
<td align="center" width="50%"><iframe src="http://slashdot.org" style="width: 500px; height: 400px;"></iframe><br>
</td>
<td align="center" width="50%"><iframe src="http://slashdot.org" style="width: 500px; height: 400px;"></iframe><br>
</td>
</tr>
</tbody>
</table>
</body>
</html>

WindyCityTech Blogger
WindyWindyCityTech Wordpress

No comments:

Post a Comment