I have an issue when I try to make a word bold in the list item. The listitem display fine if the list is outside the table.
 
Consider the following sentence
"To buy and sell in order to make small quick profits" . I want only word "order" to be bold and this sentence is a listitem.
 
The problem is this listitem & the list are inside a table cell. Inside the table cell it display as follows.
"To buy and sell in
order
to make small quick profits"
 
It is displaying in 3 seperate lines.
 
I am using XML templates and the following is the code
 
<table FONT="Times" size="12" columns="7" top="true" bottom="true" left="true" right="true" width="100%"  border="true" borderwidth="0" cellpadding="1">
<row border="true" borderwidth="0">
<cell border="true"  colspan="2" borderwidth="1" top="true" bottom="true" left="true" right="true"><chunk FONT="Italic" size="12">XYZ</chunk></cell>
<cell border="true" colspan="5" borderwidth="1" top="true" bottom="true" left="true" right="true">
 <list numbered="false" symbolindent="15" listsymbol="." size="40">
  <listitem size="12" font="Times">
   To buy and sell in <chunk style="bold">order</chunk> to make small quick profits.
  </listitem>
 </list>
</cell>
</row>
</table>
 
I need some help reagrding this issue and I am bracking my head. Please help
 
Thanks,
Nishant


Brings words and photos together (easily) with
PhotoMail - it's free and works with Yahoo! Mail.

Reply via email to