XML / HTML code - pls help...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Maverick99
    New Member
    • Feb 2010
    • 1

    XML / HTML code - pls help...

    Hi - can somebody pls. tell me how to use 'Span Tags' (or any other concept) to increase Font size of TEXT in BOLD below ?
    Below is the original XML code.

    <?xml version="1.0" encoding="utf-8"?>
    <news>
    <settings
    linesColor = "0x424646"
    backGroundAlpha = "50"
    backGroundColor = "0x363B3D"

    thumbsBackGroun dColor = "0x404546"
    thumbsPreloader Color = "0xCCFF33"

    listItemIconCol or = "0xCCFF33"
    listItemBackGro undColor = "0x444A4D"

    buttonsNextPrev IconColor = "0xCCFF33"

    buttonCloseColo r = "0xCCFF33"
    buttonCloseOutl ineColor = "0x5C6567"
    buttonCloseBack GroundColor = "0x444A4D"

    scrollerColor = "0xCCFF33"
    scrollerOutline Color = "0x7D7979"
    scrollerBackGro undColor = "0x2D3032"
    scrollBarBackGr oundColor = "0x3F4446"

    xmlPreloaderCol or = "0xCCFF33"
    />
    <title><![CDATA[<font color="#CCFF33" >Latest news</font>]]></title>
    <items>
    <item>
    <unique_deep_li nk><![CDATA[Latest news 1]]></unique_deep_lin k>
    <date><![CDATA[01/05/2009]]></date>
    <detailDate>< ![CDATA[<font color="#CCFF33" >01/05/2009</font>]]></detailDate>
    <title><![CDATA[Lorem ipsum dolor sit amet]]></title>
    <text><![CDATA[Lorem ipsum dolor sit amet, <b>consectetu r adipisici elit</b>, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. <font color="#CCFF33" >Ut enim ad minim veniam</font>, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat. Quis aute iure reprehenderit in <b>voluptate velit esse</b> cillum dolore eu fugiat nulla pariatur. Cupiditat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat. Quis aute iure reprehenderit in <b>voluptate velit esse</b> cillum dolore eu fugiat nulla pariatur. Cupiditat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.]]></text>

    Mave
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    is this the file shown in the browser? you could put an id (xml:id) into that tag and apply appropriate CSS.

    Comment

    Working...