Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with linking external website please.

Status
Not open for further replies.

BritishMike

IS-IT--Management
Apr 3, 2007
12
0
0
EU
Hi,

This is probably a really stupid question! But I am very new to web design and dreamweaver!

I have created a very basic photography site, I created the pages in photoshop and sliced them to import into dreamweaver. (I am using CS3) IN dreamweaver I have setup hotspots and linked my page perfectly, so far so good...

In the centre of my page I have rectangular box where the content changes, what I want to do is make this area inside the box display a photo gallery I created on Jalbum. The rest of page looks the same but just this box(frame) in the middle needs to display another webpage. Can someone tell me how to do this is I am going mad!!

Hope that helps! I have attached a small pic to show what I mean...
 
The easiest way would be to use an iframe.
I believe there's an option in the insert menu to insert an iframe. You can of course just insert it manually in code view as follows:

Code:
<iframe src="[URL unfurl="true"]http://www.servername.com/path/to/gallery.html"[/URL] width="300px" height="300px"></iframe>

----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top