Click to See Complete Forum and Search --> : Forced to use a Framed website..SEO help


knigh7
07-08-2004, 07:32 AM
Hi,

I;m developing a website that has external forms,
these forms are calculations provided by a provider.

the provider said that the only way to incorporate the forms
on my website is to have a framed based website...

i know that frames are not recommeded for SEO, does anyone know of any other method of incorporating the forms into my website...

another method might be having my website both table based and
frame based... as the forms consist of 50% of my website.

Please advice

Compguy Pete
07-10-2004, 03:07 AM
I think you should post a link to this website and we can be the judge of how you can get a way from doing frames or how to work this out...

foodpk
07-10-2004, 08:02 AM
Maybe you can use scrolling divs insted of frames? They are w3c compilant and nifty.

<div style="width:400px;height:400px;overflow:auto;">
... the content here ...
</div>

What the overflow auto basically does is that if the content in the div is longer than the div itself it adds a scrollbar to it, so it basically functions like an iframe or a frame.