Hello,
There is a text on my page, the text html is:
<font style="font-size:21px" color="#000000" face="Arial"><a href="#" class="style3">Her eyes are beautiful</a></font>
I want to add the below html code into the text:
onClick="DHTMLSound('http://www.yayalearn.com/ch3/ch3ele001t03.mp3')"
I hope that it would be as the below:
<font style="font-size:21px" color="#000000" face="Arial">
<a href="#" class="style3" onClick="DHTMLSound('http://www.yayalearn.com/ch3/ch3ele001t03.mp3')">
Her eyes are beautiful</a></font>
I have tried to add the html code on "Before tag" , "Inside Tag", "After Tag", but the html code is not at the right place.
How to add it?
Please help me.
My website is www.yayalearn.com
There is a text on my page, the text html is:
<font style="font-size:21px" color="#000000" face="Arial"><a href="#" class="style3">Her eyes are beautiful</a></font>
I want to add the below html code into the text:
onClick="DHTMLSound('http://www.yayalearn.com/ch3/ch3ele001t03.mp3')"
I hope that it would be as the below:
<font style="font-size:21px" color="#000000" face="Arial">
<a href="#" class="style3" onClick="DHTMLSound('http://www.yayalearn.com/ch3/ch3ele001t03.mp3')">
Her eyes are beautiful</a></font>
I have tried to add the html code on "Before tag" , "Inside Tag", "After Tag", but the html code is not at the right place.
How to add it?
Please help me.
My website is www.yayalearn.com
Comment