I am new and don't know much about HTML. I tried to display this page on my site. http://www.adultdreams.com/indexb.php?webm_id=bakunawa How do I do that? thanks.
I am not sure if this is what you are asking for , btw using iframe can help . <iframe src="http://www.adultdreams.com/indexb.php?webm_id=bakunawa" height="" width="" > </iframe> Code (markup): put in the desired values of height and width .
Yes, there are a couple ways to do this, if you want it to appear inside your site, as though inside a frame in your site you would use Iframes. This is sort of like a new and updated way to use frames on your site. a great tutorial site for this is: http://www.yourhtmlsource.com/frames/inlineframes.html The other way to do this but use it to be more of a floating page is using javascript, which is not recommended because search engines really don't like javascript. I hope this has helped and please let me know if you have any questions.