Unstoppable Domains โ€” Get your daily AI drops report

Table Design Help

SpaceshipSpaceship
Watch

jon21021985

Established Member
Impact
1
Hi I am using Front Page to design a website, I am wanting the inside of the main table to move independently from the rest of the page with a scroll bar on the right, like this site http://www.screenprintmachines.com/index.html?lang=en-uk&target=d6369.html can anyone help?


just figured how to do it with text, by inserting a text area, can it be done with images in?
 
Last edited:
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable Domains โ€” AI StorefrontUnstoppable Domains โ€” AI Storefront
right... you want an iframe! lol

you need to make the page that you want displayed separately and then do this:

Code:
<td>
    <iframe name="main_frame" src="path/to/displayed/page.html"></iframe>
</td>

that will do exactlly what you want. You will have to make all the pages seperately. Also, I would put this in the head section of your page:

Code:
...<head>...
<base target="main_frame" />
...</head>...
that will ensure that all links you put in the page will change the frame, instead of the whole page!

Hope this helps! :)
 
0
•••
CatchedCatched
Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomDB
NameFit
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back