View Single Post
  #1 (permalink)  
Old Apr 7th, 2007, 23:20
Daniel's Avatar
Daniel Daniel is offline
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
RSS Styling question

Right. I've successfully set up a RSS feed.

Now I need to know how to style it

Here's the Thread Post RSS Construct which controls what the user sees.

Now for some reason it wont accept [] or <> tags

Code: Select all
 
{XML[title]}
{XML[description]}
Released: {XML[pubDate]}
Link: {XML[link]}
I want to make the title bold and the link clickable - any ideas?
Reply With Quote