hi,
can i put a rss feed reader
in a seperate window?
so the user can jus scroll down the window instead of the whole page - like this thing im typeing in now
and if so...how can i put a window like this in my webpage
Website rss feed reader help?
You can do this using an iframe.
The code you would use is as follows:
%26lt;iframe src="page.html" width=450 height=100%26gt;
If you can see this, your browser can not read this iframe. However, you can view this content by visiting %26lt;a href="hello.html"%26gt;link%26lt;/a%26gt; .
%26lt;/iframe%26gt;
You would need to change "page.html" to a new HTML page you'll create containing the RSS feed reader code.
You can change the iframe dimensions (width and height) to suit your needs.
I hope this helps!
big teeth
No comments:
Post a Comment