|
-
Feb 26th, 2008, 07:39 AM
#1
Thread Starter
New Member
How to create a live bookmarks
hai guys please any one of you help me to create a page like this
http://rss.news.yahoo.com/rss/topstories
this is RSS page.i need to create a books which was in yellow color. can you help me please.....
with regards
sridhar
-
Feb 26th, 2008, 08:25 AM
#2
Re: How to create a live bookmarks
An RSS feed is nothing more than data put out in an XML format, with some specific tags. If you view the source of that feed (and others), you should be able to figure out how to put it together.
-tg
-
Feb 27th, 2008, 03:43 AM
#3
Re: How to create a live bookmarks
In addition, you RSS is data feed and contains no information about presentation (i.e: colour). In general I believe that in browsers specify the layout, however it might be possible to to specify an XSL of CSS style sheet.
Have a look at this link for XSL specifications and info: http://www.rss-specifications.com/
-
Mar 2nd, 2008, 02:54 PM
#4
Re: How to create a live bookmarks
The "yellow" thing you're referring to is, I assume, the RSS icon in your browser. Once you create your RSS feed, you should create a <link> in your page's <head> to specify the location of the feed. For example, this page has the following link:
Code:
<link rel="alternate" type="application/rss+xml" title="VBForums RSS Feed" href="external.php?type=RSS" />
The browser reads this and appropriately displays the 'yellow' icon.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|