Hi,
I am trying to embed a section of a webpage, I have used this code:
<object data=http://www.web-source.net width="600" height="400"> <embed src=http://www.web-source.net width="600" height="400"> </embed> Error: Embedded data could not be displayed. </object>
Which works, but how can I change the positioning of the embed. Lets say I want to embed the footer, how would that be done? Can I change the position of the embed?
Thanks