Title: guythomas's Replies | WordPress.org

---

# guythomas

  [  ](https://wordpress.org/support/users/guythomas/)

 *   [Profile](https://wordpress.org/support/users/guythomas/)
 *   [Topics Started](https://wordpress.org/support/users/guythomas/topics/)
 *   [Replies Created](https://wordpress.org/support/users/guythomas/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/guythomas/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/guythomas/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/guythomas/engagements/)
 *   [Favorites](https://wordpress.org/support/users/guythomas/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can i load a div id from an external site onto mine?](https://wordpress.org/support/topic/can-i-load-a-div-id-from-an-external-site-onto-mine/)
 *  Thread Starter [guythomas](https://wordpress.org/support/users/guythomas/)
 * (@guythomas)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/can-i-load-a-div-id-from-an-external-site-onto-mine/#post-2745010)
 * Oh thanks WPyogi! I probably should have read that beforehand haha.
    Well i will
   mark this as resolved as the topic that i created it under is resolved and repost
   it as a new question. I can’t seem to delete my comments so the mods are more
   than welcome to delete them =D
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can i load a div id from an external site onto mine?](https://wordpress.org/support/topic/can-i-load-a-div-id-from-an-external-site-onto-mine/)
 *  Thread Starter [guythomas](https://wordpress.org/support/users/guythomas/)
 * (@guythomas)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/can-i-load-a-div-id-from-an-external-site-onto-mine/#post-2745001)
 * ****EDIT****
    i thought the backticks thing was a way to insert my code neatly,
   but apparently i didn’t use it correctly haha
 * My CSS is
 * #outerdiv
    { width:600x; height:2458px; overflow:hidden; position:relative; }
 * #inneriframe
    { position:absolute; top:-325px; left:-360px; width:960px; height:
   2783px; }
 * and HTML
 * <div id=’outerdiv’>
    <iframe src=”[http://www.domain.com.au/Search/rent/State/VIC/Area/East/Region/Melbourne-Region/Suburb/Burwood/?ssubs=1&searchterm=Burwood&#8221](http://www.domain.com.au/Search/rent/State/VIC/Area/East/Region/Melbourne-Region/Suburb/Burwood/?ssubs=1&searchterm=Burwood&#8221);
   name=”inneriframe” id=’inneriframe’ scrolling=no </iframe> </div>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can i load a div id from an external site onto mine?](https://wordpress.org/support/topic/can-i-load-a-div-id-from-an-external-site-onto-mine/)
 *  Thread Starter [guythomas](https://wordpress.org/support/users/guythomas/)
 * (@guythomas)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/can-i-load-a-div-id-from-an-external-site-onto-mine/#post-2745000)
 * Hi, thanks heaps for your response, i have decided to use an iframe, but i have
   encountered a problem.
 * It worked perfectly for a while but for some reason my widgets (AND my admin 
   bar [which only displays when logged in as an admin])disappear whenever i put
   the iframe code on the page.
 * [http://www.livingoffcampus.com.au/deakin/warrnambool/](http://www.livingoffcampus.com.au/deakin/warrnambool/)
 * but they should appear like this
    [http://www.livingoffcampus.com.au/deakin/geelong/](http://www.livingoffcampus.com.au/deakin/geelong/)
 * its rather strange, all i am using is
 * <backticks><div id=’outerdiv’>
    <iframe src=”[http://www.domain.com.au/Search/rent/State/VIC/Area/East/Region/Melbourne-Region/Suburb/Burwood/?ssubs=1&searchterm=Burwood&#8221](http://www.domain.com.au/Search/rent/State/VIC/Area/East/Region/Melbourne-Region/Suburb/Burwood/?ssubs=1&searchterm=Burwood&#8221);
   name=”inneriframe” id=’inneriframe’ scrolling=no </iframe> </div></backticks>
 * <backticks>
    #outerdiv { width:600x; height:2458px; overflow:hidden; position:
   relative; }
 * #inneriframe
    { position:absolute; top:-325px; left:-360px; width:960px; height:
   2783px; } </backticks>

Viewing 3 replies - 1 through 3 (of 3 total)