Webpage Insertion into Webpage

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
Aquaman
Forum Newbie
Posts: 8
Joined: Wed Sep 17, 2008 8:49 am

Webpage Insertion into Webpage

Post by Aquaman »

I need to have a web page showing on another web page and tried iframes but it is not up to the task. The page shows but I have been unable to resize it. I am told iframes is not the way to do it anyway.

My trial is at: http://aquafind.com/tropicals.php and as you can see the page does not fit the box it is in. These are active boards I have on my site that I want to present on a couple home pages but they have to be reduced to a smaller size to fit in a box.

As you may gather, my coding is very limited as I am really in the fish business.

Thanks in advance for any help someone might be willing to provide.

James
Aquaman
Forum Newbie
Posts: 8
Joined: Wed Sep 17, 2008 8:49 am

Re: Webpage Insertion into Webpage

Post by Aquaman »

I was wondering if this was an impossible task or maybe I have posted to the wrong forum?
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Webpage Insertion into Webpage

Post by alex.barylski »

IFRAME's is a good way the alternative being a serverside request, which doesn't sound like it's possible for you.

Alternatively, you may look into webpage thumb-nailing services (google it).
Post Reply