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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

HTML Wrapper Help??

  • 30-09-2007 6: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, Registered Users 2 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, Registered Users 2 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