|
|
|
| How do I get the RSS button to illuminate in IE7 when my page contains a
link to an RSS feed?
I have a link:
<a href="http://www.---.com/rss/rss.xml">RSS Feed</a>
yet the IE7 browser doesn't illuminate the RSS Feed found on this page
button.
Why not?!
TIA
| |
| SpaceGirl 2007-01-30, 1:12 pm |
|
On Jan 30, 3:36 pm, <nos...@invalid.invalid> wrote:
> How do I get the RSS button to illuminate in IE7 when my page contains a
> link to an RSS feed?
>
> I have a link:
>
> <a href="http://www.---.com/rss/rss.xml">RSS Feed</a>
>
> yet the IE7 browser doesn't illuminate the RSS Feed found on this page
> button.
>
> Why not?!
>
> TIA
Depending on your RSS type, you need to link in your HTML head;
<head>
....
<link rel="alternate" type="application/atom+xml" href="/myfeed.atom"
title="description of my feed" />
....or...
<link rel="alternate" type="application/rss+xml" href="/myfeed.rss"
title="feed me baby" />
....
</head>
| |
| GreyWyvern 2007-01-30, 1:12 pm |
| And lo, didst speak in alt.www.webmaster:
> How do I get the RSS button to illuminate in IE7 when my page contains=
a
> link to an RSS feed?
You need a <link> tag in the document <head>, like so:
<link rel=3D"alternate" type=3D"application/rss+xml" href=3D"/rss/rss.xm=
l" =
title=3D"My Feed" />
Grey
-- =
The technical axiom that nothing is impossible sinisterly implies the =
pitfall corollary that nothing is ridiculous.
- http://www.greywyvern.com/orca#search - Orca Search: Full-featured =
spider and site-search engine
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |