This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Dreamweaver > July 2005 > Website Finished!
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| twistedlogic149 2005-07-31, 4:16 am |
| Here's my situation. I created a web-page in PhotoShop CS, and I've sliced it
up and everything. I uploaded it to my server, so now I'm
http://surge.netfirms.com), but just can't seem to be able to help me out with
mine :P.
Someone told me that he did it with iFrames (which I have no clue what they
are), and HOWEVER he did it... I have no clue where to begin. Can someone help
me out?
| |
|
| Just google for IFRAMES, there are loads of examples. Here is a very crude one
using 3 simple .htm pages.
<!---- code for main page --->
<a href="page1.htm" target="iFrame">Show Page 1 in IFRAME</a><br>
<a href="page2.htm" target="iFrame">Show Page 2 in IFRAME</a><br>
<IFRAME name="iFrame" width="300" height="400" align="middle"></IFRAME>
<!---- code for page1.htm --->
<h3>Page1</h3>
Blah, blah, blah...................
<!---- code for page2.htm --->
<h3>Page2</h3>
Blah, blah, blah...................
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|