| View previous topic :: View next topic |
| Author |
Message |
Pure_Graphix 100+ Club

Joined: 10 Sep 2004 Posts: 240 Location: US
|
Posted: Wed Jun 22, 2005 6:52 pm Post subject: Help: working with scroll boxes |
|
|
Hey, i posted this question in Graphic forum, totaly forgetting there was a html forum on here.... any way here is my question
I want to add a scroll box that pulls its content from a different site, i use microsoft front page, and macromedia dreamweaver, or if you know it in html that would be great too... i just cna't remeber HOW to get it in there... anyway, anyone know ?
- pure - |
|
| Back to top |
|
 |
|
|
ReFredzRate 1000+ Club

Joined: 20 Aug 2004 Posts: 2186 Location: Netherlands
|
Posted: Wed Jun 22, 2005 7:07 pm Post subject: Re: Help: working with scroll boxes |
|
|
<iFrame src="pagenameandpath.html">
</iFrame> |
|
| Back to top |
|
 |
Pure_Graphix 100+ Club

Joined: 10 Sep 2004 Posts: 240 Location: US
|
Posted: Wed Jun 22, 2005 11:42 pm Post subject: Re: Help: working with scroll boxes |
|
|
thanks i'll try it out, once i get that far on the site i just wanted to know for future reference..
- pure - |
|
| Back to top |
|
 |
kevind_2007

Joined: 02 Nov 2004 Posts: 49 Location: South Carolina
|
Posted: Wed Jul 06, 2005 3:43 am Post subject: Re: Help: working with scroll boxes |
|
|
| Yea, iframes will work, or you can use DIVs. I prefer iframes because they are easier to update IMO. |
|
| Back to top |
|
 |
|