FP2003 - <P> tags within <LI> tags

  • Thread starter Thread starter Dennis
  • Start date Start date
D

Dennis

I have just started playing with FP2003. I noticed that whenever I
insert a list item, FP surrounds the text in the list item with a
paragraph tag. Like...

<ul>
<li>
<p align="left">test</p></li>
</ul>

I would just like...

<ul>
<li>sss</li>
</ul>

I don't seem to be able to find an option that will turn this behavior
off. Is this possible?

Thanks in advance.
 
don't use the Align Left toolbar button?


--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression





|I have just started playing with FP2003. I noticed that whenever I
| insert a list item, FP surrounds the text in the list item with a
| paragraph tag. Like...
|
| <ul>
| <li>
| <p align="left">test</p></li>
| </ul>
|
| I would just like...
|
| <ul>
| <li>sss</li>
| </ul>
|
| I don't seem to be able to find an option that will turn this behavior
| off. Is this possible?
|
| Thanks in advance.
|
| --
|
| Dennis
 
Back
Top