formatting question

liunx

Guest
Hi - I would like to include a section of a html page on a particular webserver (lets say webserver A) in another webpage on another webserver (webserver B)

Now - I've been trying to use IFRAME, and it seems to be working okay...however, I would like to include just the center of the webpage on webserver A in webserver B.

Is it somehow possible to say, just include a 600 pixel by 600 pixel area from the center of the webpage? (I basically do not want to include the sidebars on each side of the webpage...

hope that makes sense....and thanks for your time..what happens if the user's font is different than yours, or they are zoomed in?
I think you need to rethink this...Big first question is legal. Does the copyright holder of the content on A allow it to be used like that on B?

If so and the desired content can be sectioned out structurally (it's in an IDed div, e.g.) then you could slice and dice it with Javascript and the DOM.
 
Back
Top