Hi Kim,
I have publish the CSS and it is referencing correctly on the
LiveServer. I have made some simple css changes like increase the
font size or font colors, but the rss feed page is not reflecting
those changes.
Here are some of the css code that I setup:
rss {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
line-height:130%;
}
/* HEADER */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
rss channel title{
color:#00ff00;
border-bottom:1px solid black;
font-weight:bold;
font-size:24px;
font-size:140%;
background-color:#4483C7;
}
rss channel description {
float:left;
font-size:130%;
font-weight:bold;
}
Nothing above is displaying any changes. I notice that even the
Preview in the CMS these changes are not taking effect. It might be
a simple reference issue here. Not sure.
Thanks!
Jason
On Jun 13, 7:15 pm, kimdezen <[email protected]> wrote:
> Hey Jason,
>
> Can you elaborate a little further and explain what you mean by not
> being able to get the CSS to work?? Is the stylesheet being published
> by the CMS? Is the link to the stylesheet in the feed page being
> displayed or is it blank?
>
> Cheers,
> Kim
>
> On Jun 14, 6:34 am, Merrill Webmaster <[email protected]> wrote:
>
>
>
> > Hi all,
>
> > First time using this forum. I am currently using CMS 10.0 and
> > LiveServer 4. I got my RSS feed up and running, but I can't seem to
> > get the CSS to work on it. Here is the code for RSS feed page:
>
> > <?xml version="1.0" encoding="ISO-8859-1" ?>
> > <?xml-stylesheet type="text/css" href="<%anc_rss_css%>" ?>
> > <?xml-stylesheet type="text/xsl" href="<%anc_rss_xsl%>" ?>
> > <rss version="2.0">
> > <channel>
> > <!IoRangePreExecute>
> > <title><%stf_pageTitle%></title>
> > <description><%stf_rssDescription%></description>
> > <link><%stf_siteURL%></link>
> > <pubDate><%inf_Date%></pubDate>
> > <language>en-us</language>
> > <!IoRangeList>
> > <item>
> > <title><%hdl_pageTitle%></title>
> > <link><%lst_Full_File%></link>
> > <pubDate><%inf_Date%></pubDate>
> > <guid><%lst_Full_File%></guid>
> > <description><%txt_summary_rss%></description>
> > <!-- <description><%txt_mainContent%></description> -->
> > </item>
> > <!/IoRangeList>
> > <!/IoRangePreExecute>
> > </channel>
> > </rss>
>
> > Has anyone tried to setup a RSS with CSS or XSLT?
>
> > Thanks!
>
> > Jason- Hide quoted text -
>
> - Show quoted text -
--
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reddot-cms-users?hl=en.