Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

HTML Wrapper Help??

Options
  • 30-09-2007 7:34pm
    #1
    Closed Accounts Posts: 87 ✭✭


    Hi guys and gals,

    Does anyone now how to replicate the Joomla Wrapper Function in standard html. Ie. open a website within a website.

    Cheers


Comments

  • Registered Users Posts: 8,488 ✭✭✭Goodshape


    Using an iframe would be one method.

    I'm not sure how Joomla does it.


  • Closed Accounts Posts: 87 ✭✭bananarepublic


    Cheers Goodshape,

    How would you size this to width 742 and height 617.

    Thanks

    HTML Noob

    No got it just read your link cheers.


  • Registered Users Posts: 8,488 ✭✭✭Goodshape


    Have a read through the page I linked you (http://www.w3schools.com/tags/tag_iframe.asp), it has lists of possible attributes and their meanings. The W3C site in general is a great place to brush up your html skills, and plenty more.

    For setting width and height the simplest method would be :
    <iframe src="SomePage.html" width="742" height="617" />
    


Advertisement