Is it possible to format data in CDATA section in xml file to display information into 2 sections using style = float: left setting? -


i trying split page 2 frames display sets of information. struggling set style options. can please suggest me way around please?

thanks in advance.

code:

<?xml version="1.0" encoding="utf-8"?>     <system>     <parameter name="text">      <![cdata[  <b>summary:</b>  <font size="-4">                  <div style="float: left;" width=200 padding="0,0,6,6">                  <span width="200"> <b>customer details:</b> </span>                 </div>                 <div  style="float: right;" width="200" padding="0,0,6,6">                 <span width="200"><b>product details</b></span>                 </div>     </font>]]>      </parameter>    </system> 


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -