Posts: 3,572
Location: in a distant land far away from reality
|
hi all,
i am trying to put an existing site into frames.
this is the url www.sfservices.co.in
this is my code
<frameset rows="*,32" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="mainFrame" src="index.asp" scrolling=yes>
<frame name="bottomFrame" scrolling="NO" noresize src="foot.asp" >
</frameset>
what is happening is the index page has no scrolling so there is no problem here. but when i navigate to the other pages.. which has lots of content say mission.asp.
the content gets cut in half and there is no scrolling. whatever i tried the remaining content do not appear.
if the page is viewed without being in frames then there is no problem but if it is in frames it just do not appear properly.
anyidea as to what could be causing this?
thanks
|