I want to use the <object> parameter to embed a existing html page within another web page.
Example:
<object data="http://www.URL-GOES-HERE.com" type="text/html" width="200" height="200" style="overflow:hidden; width: 200px; height: 200px"></object>
My question,
I want to change the viewable position of the embedded web page that is displayed inside the object box. I do not want to change the actual position of the box itself - like align left / right / center. )
For example, if i embedded a html page that displayed the word "HELP" with the <object> code - how would I make the object code display only half of the html page showing just the letters "LP".


Reply With Quote





Bookmarks