PDA

View Full Version : Hw do I insert a frameset to a page?



Morgan Bohman
August 2, 2012, 06:01 AM
I would like to insert a frameset to a page so I could keep my navigation and style of my classifieds page, but if I insert the code to a static page, it will not show it.
The code

<frameset rows="80,*" border="0">
<frame src="http://www.fyndklippet.se" name="topFrame" frameborder="no" scrolling="no" noresize="noresize" />
<frame src="http://astore.amazon.com/idxxxx" name="mainFrame" frameborder="no" />
</frameset>


Anyone with some ideas how to do it?

//Morgan

Vladimir
August 2, 2012, 08:29 AM
Unfortunately Your html code won't work properly.

You can try to use the following html code:



<iframe src="http://www.fyndklippet.se" name="topFrame" frameborder="no" scrolling="yes" noresize="noresize" width="700" height="300"></iframe>
<iframe src="http://astore.amazon.com/idxxxx" name="mainFrame" frameborder="no" width="700" height="400" scrolling="yes" noresize="noresize"></iframe>

Morgan Bohman
August 2, 2012, 09:04 AM
Hi,
The code you provided should be

<iframe src="http://astore.amazon.com/fyndklippetxxxx" width="90%" height="4000" frameborder="0" scrolling="no"></iframe> to avoid to repeat the actual page again.

I already tried the iframe but as you can see on the attached picture, there a lot of white around it and it doesn't fit very well there I wanted to use frameset. Like this
<frameset rows="80,*" border="0">
<frame src="INSERT_YOUR_PAGE_HERE" name="topFrame" frameborder="no" scrolling="no" noresize="noresize" />
<frame src="http://astore.amazon.com/fyndklippetxxxx" name="mainFrame" frameborder="no" />
</frameset>


Here's some copied text from the actual provider
Integrate your aStore using a frameset
Frame your aStore into your Web site using a frameset by placing your aStore in one frame and your Web site's navigation in another frame. This method of embedding your aStore will also appear to your visitors as if the aStore is part of your Web site and enable them to shop without leaving your site.

Select Integrate your aStore using a frameset in the above form to view sample frameset code with you store's URL already placed into one of the frames.
Create a new frameset page using the code sample provided above or any custom frameset that better fits the structure of your Web site.
Place your site's navigation in one of the frames and your aStore URL in another frame.
Add a "Store" link to your site's main navigation and link it to the new frameset you just created.

123

Edit: If I could get rid of the white background, it'll do for now. Can you check how to do it?

Viktor
August 3, 2012, 11:34 AM
Hello Morgan,

What is wrong on your screenshot? I think it's normal. If you mean scroll we can remove it and it will show normal.

Morgan Bohman
August 3, 2012, 01:52 PM
Hi Viktor,
Never mind the scrolling, my point is that there's a white background when you insert an iframe, which comes from your coding, is there a way to get rid of that background and only lay the frame on the background pattern? The frameset handle this but can not be used with Flynax.