Hi all,
I am currently working with a business studies teacher who would like to have the bbc business news web page or part of it showing at the top of his business studies course.
I wrongly assumed we could insert a html or link to a webpage but both appear when clicked.
Does anyone know how I could show the page directly within a block?
Thanks
Reg
Showing a web page at the top of a course
Number of replies: 2Re: Showing a web page at the top of a course
Hi Reg,
This is easy to do: Use a label, change the editor to HTML and insert the following code replacing www.google.com with a URL of your choice.
<iframe width="100%" height="200" align="middle" src="http://www.google.com" border="0"></iframe>
Cheers,
Ulrike
Re: Showing a web page at the top of a course
Wow thank you for the speedy response.
Brilliant
Brilliant