Forum Moderators: open

Message Too Old, No Replies

Click link to display feed content

         

tacfit

7:42 pm on Mar 2, 2006 (gmt 0)



I'm trying to do something on my site, but am running into problems. Perhaps someone here can assist me.

Forget search engines and bookmarking, I need to load a small amount of external content within a div element or frame of some kind, that a viewer can open and close at will. The external content will be a specific RSS feed converted into HTML, which I already have a method for.

Any ideas?

<Sorry, no personal URLs.
See Terms of Service [webmasterworld.com]>

[edited by: tedster at 9:37 pm (utc) on Mar. 2, 2006]

tedster

10:01 pm on Mar 2, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to the forums, tacfit. How about putting the html from the feed into a div that is styled as display:none when the page loads, and then use a javascript link to make the div change to display:block -- would that suit?