Is there anyway to format the text in an RSS?

Discussion in 'XML & RSS' started by mizas, May 15, 2007.

  1. #1
    Is there anyway to format the text in the <description> tag? I would like to at least be able to force breaks in lines. It seems like putting in a <br> doesn't work.
     
    mizas, May 15, 2007 IP
  2. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #2
    You can do it with javascript (i.e. on client side): replace the original content with new content (adding that <br> there, or using a new <div>, ...) using funcion "replace" and innerHTML propertie.
     
    ajsa52, May 16, 2007 IP
  3. donkevlar

    donkevlar Peon

    Messages:
    136
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Beat me to it :):)
     
    donkevlar, May 23, 2007 IP