I have a .html page its a very loverly page, I am rather proud of it I wish to display this page on other peoples website. I have seen how other people do this kinda thing and it seems .js files are the idea. Anyone know how to do this ? Can i display my .html page in someone elses web page ? *Without The Use Of PHP*
You can show your page in other person's page through the use of iframes. Source: <html> <head> <title></title> </head> <body> <iframe src="schizoid_page.html" name="myiframe" width="300" height="300"></iframe> </body> </html> Target: <html> <head> <title></title> </head> <body> <p>This Is A Page From Schizoid</p> </body> </html>
my opinion is i don't think its actually that they cause problems it was just that a few yrs back it was seen as sometimes (for ppl with little coding knowledge) complicated/confusing to code - which cud then lead to problems. With modern day html editors its far easier........
oh, 4got to mention, iframes can suffer indexing problems as some Search Engine do not see the content of the iframe.....