Free Scan: Update Your PC's Outdated Drivers to Optimize Performance
June 8th, 2008, 06:38 PM
|
#1 (permalink)
| | Junior Member
Join Date: Sep 2006
Posts: 29
| How can I create a Home page portal in IE with 4 other pages embedded in it
I'm wondering if its possible to easily create a home page in Internet Explorer or any other browser that will embed at least 4 other pages of my choice in it?
I know that igoogle ( iGoogle) something similar, but I'm too limited in this choice |
| |
June 8th, 2008, 07:06 PM
|
#2 (permalink)
| | 分かりますか。
Join Date: Feb 2006 Location: Gville, FL
Posts: 7,126
| |
| |
June 9th, 2008, 03:51 AM
|
#3 (permalink)
| | Junior Member
Join Date: Sep 2006
Posts: 29
|
[quote=carl33p;2539038]You can add multiple home pages in IE. Then when you click the homepage, all the sites will come up in tabs.
quote]
Thanks carl, but I really meant that the 4 pages should be split into the 1 home page and all displayed in quarter segments at the same time on the same home page |
| |
June 9th, 2008, 06:05 AM
|
#4 (permalink)
| | Member
Join Date: Apr 2002 Location: United Kingdom
Posts: 170
| |
| |
June 9th, 2008, 06:19 AM
|
#5 (permalink)
| | Junior Member
Join Date: Sep 2006
Posts: 29
|
Thats exactly like what I mean! Hows it done? |
| |
June 9th, 2008, 07:24 AM
|
#6 (permalink)
| | Member
Join Date: Apr 2002 Location: United Kingdom
Posts: 170
|
that was done using frames.
create a HTML page, see below for code Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Document Title</title>
</head>
<frameset cols="504,505">
<frameset rows="237,238">
<frame src="http://www.google.com" />
<frame src="http://www.bbc.co.uk" />
</frameset>
<frameset rows="237,238">
<frame src="http://www.techimo.com" />
<frame src="http://www.microsoft.com" />
</frameset>
</frameset>
<noframes><body>
</body>
</noframes></html> Just change the links to what you need. |
| |
June 9th, 2008, 08:11 AM
|
#7 (permalink)
| | Junior Member
Join Date: Sep 2006
Posts: 29
|
Excellent MrRatt, thank you for this
Stephen |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | |
Posting Rules
| You may post new threads You may post replies You may not post attachments You may not edit your posts HTML code is Off | | | | Most Active Discussions | | | | | Recent Discussions  | | | | | |