Forum Moderators: open

Message Too Old, No Replies

How do I put a URL into an Image window?

How do I put a URL into an Image window?

         

mikie

1:35 pm on Feb 5, 2002 (gmt 0)

10+ Year Member



I am trying to create a table on an HTML page that will have multiple live web sites compressed inside image boxes. I have seen this done before, but I cannot find the site. I have spent some time trying different ways of doing this, but I cannot get the sites to come up.

wardbekker

1:44 pm on Feb 5, 2002 (gmt 0)

10+ Year Member



try using the object tag :

[blooberry.com...]

john316

1:48 pm on Feb 5, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Basic html for that:

<IFRAME SRC="http://www.anydomain.com/foo.html" WIDTH=300 HEIGHT=100></IFRAME>

You may want to do a search on IFRAME HTML, there are more attributes that you can add.

mikie

6:17 pm on Feb 5, 2002 (gmt 0)

10+ Year Member



I tried the <IFRAME> command without any good results on my desktop. The results probably have more to do with how I am trying to use it.

I am running Apache on my desktop with "Crash98" (win98) without a connection to the Internet, but I have a number of web site loaded on the desktop that I work with. I tried to reference several of the directories to one of the web sites on the desktop. I really wanted to work with it off line first. Ideally, it should have worked.

Maybe I should try to export it to one of our live Unix servers, and forget about trying to test it offline?