E
EDienske
Hi all,
I can't seem to get underlined text to work with the <TEXTPATH> tag
(see snippet below). According to Micrsoft you should just be able to
add "text-decoration:underline" to the style attribute but it doesn't
underline. Can someone help?
<v:shape id='TEXT:0'
style='rotation:0;position:absolute;top:188;left:254;width:50px;height:50px;antialias:true'
coordsize='400,400'>
<vath textpathok='True' v='m 0,0 l 50,0' />
<v:fill on='True' color='black'/>
<v:stroke on='false'/>
<v:textpath on='True' fitpath='false' string='This is my piece of text'
style='text-decoration:underline;v-text-align:center;font-style:normal;font-size:18pt;font-family:Arial'/>
</v:shape>
ps using <TEXTPATH> is a prerequisite.
Many thanks.
I can't seem to get underlined text to work with the <TEXTPATH> tag
(see snippet below). According to Micrsoft you should just be able to
add "text-decoration:underline" to the style attribute but it doesn't
underline. Can someone help?
<v:shape id='TEXT:0'
style='rotation:0;position:absolute;top:188;left:254;width:50px;height:50px;antialias:true'
coordsize='400,400'>
<vath textpathok='True' v='m 0,0 l 50,0' />
<v:fill on='True' color='black'/>
<v:stroke on='false'/>
<v:textpath on='True' fitpath='false' string='This is my piece of text'
style='text-decoration:underline;v-text-align:center;font-style:normal;font-size:18pt;font-family:Arial'/>
</v:shape>
ps using <TEXTPATH> is a prerequisite.
Many thanks.