Um Posted February 7, 2007 Share Posted February 7, 2007 Hello, can someone please help me. I would like to insert google reults inside my site, but after the results is shown to my site, my site just expands. Can you please look at here: www.piranhastudio.com/search/ can you please inset some word into search and press search, afte that you will see how result are shown. I would like that result are shown in table with (for example) 570x400pix, so if search results are more than 400pix than to see other result you must scroll inside this 570x400pix. Hope you did understand me, if you didn't then go to reply of this topic and inside board where you type answer, insert 20 rows of some text, you will see that after 12 rows, text "dissapear". it goes under board, so if you would like to see this disapeard text, you must scroll it back. Something like that I need, but without possibility to insert text, I just need to show search results. Quote Link to comment https://forums.phpfreaks.com/topic/37523-solved-site-inside-site-how-to-do-this/ Share on other sites More sharing options...
Caesar Posted February 7, 2007 Share Posted February 7, 2007 Use <div>'s and define your sizes and scroll properties in the CSS. Quote Link to comment https://forums.phpfreaks.com/topic/37523-solved-site-inside-site-how-to-do-this/#findComment-179426 Share on other sites More sharing options...
Um Posted February 7, 2007 Author Share Posted February 7, 2007 Well, I am not such expert to do that by my self... Quote Link to comment https://forums.phpfreaks.com/topic/37523-solved-site-inside-site-how-to-do-this/#findComment-179481 Share on other sites More sharing options...
Um Posted February 8, 2007 Author Share Posted February 8, 2007 Use <div>'s and define your sizes and scroll properties in the CSS. can you explain to me a little wider please? Maybe to post some small code? thanks! Quote Link to comment https://forums.phpfreaks.com/topic/37523-solved-site-inside-site-how-to-do-this/#findComment-179855 Share on other sites More sharing options...
Um Posted February 8, 2007 Author Share Posted February 8, 2007 I would like to do something like here: http://www.mdom.hr/ponuda.htm choose something (in orange menu) and you'll see that existid site will open inside this. maybe like this you will better understand. Quote Link to comment https://forums.phpfreaks.com/topic/37523-solved-site-inside-site-how-to-do-this/#findComment-179874 Share on other sites More sharing options...
Gruzin Posted February 8, 2007 Share Posted February 8, 2007 You can use DIV with "overflow auto" or iframe... Regards, George Quote Link to comment https://forums.phpfreaks.com/topic/37523-solved-site-inside-site-how-to-do-this/#findComment-179879 Share on other sites More sharing options...
Um Posted February 8, 2007 Author Share Posted February 8, 2007 I have insert iFrame, but inside I cant see google results. I dont know why. When I insert some other site inside, everything is OK, but when I insert what I would like to have inside iFrame, it doesnt work. I guess that maybe google code has something to do with that? Quote Link to comment https://forums.phpfreaks.com/topic/37523-solved-site-inside-site-how-to-do-this/#findComment-179994 Share on other sites More sharing options...
Um Posted February 9, 2007 Author Share Posted February 9, 2007 You can use DIV with "overflow auto" or iframe... Regards, George Can you please give me some small example of it? Quote Link to comment https://forums.phpfreaks.com/topic/37523-solved-site-inside-site-how-to-do-this/#findComment-180552 Share on other sites More sharing options...
JasonLewis Posted February 9, 2007 Share Posted February 9, 2007 try searching google about divs, or go to this site: www.w3schools.com Quote Link to comment https://forums.phpfreaks.com/topic/37523-solved-site-inside-site-how-to-do-this/#findComment-180556 Share on other sites More sharing options...
AndyB Posted February 9, 2007 Share Posted February 9, 2007 Example with code and explanations - http://www.htmlite.com/faq015.php Quote Link to comment https://forums.phpfreaks.com/topic/37523-solved-site-inside-site-how-to-do-this/#findComment-180568 Share on other sites More sharing options...
Um Posted February 9, 2007 Author Share Posted February 9, 2007 Thank you both. AndyB, this was the thing I have search - THANK YOU A LOT!!! Quote Link to comment https://forums.phpfreaks.com/topic/37523-solved-site-inside-site-how-to-do-this/#findComment-180640 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.