Results 1 to 2 of 2

Thread: How to add a html code into text
      
   

  1. #1
    zhaohx02 is offline Staff Sergeant
    Join Date
    Apr 2010
    Posts
    42

    Default How to add a html code into text

    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

  2. #2
    Alien Dude's Avatar
    Alien Dude is offline Lieutenant Colonel
    Join Date
    Apr 2008
    Location
    The Dark Side
    Posts
    562

    Default Re: How to add a html code into text

    Lol nothing like going the hard way around things,
    Now if this is for this site built in bluevoda http://www.yayalearn.com/
    the just highlight the text Her eyes are beautiful click the link button in the tool bar. first add your link then in the Appearance box open the edit styles make the style you want name it and save, then open the dropdown and choose the style you just made.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49