Question

I am working on Jquery news ticker plugin. I want to add Title to my News, like "latest news" and i want to append "Read More" with every news. just like example here:

            [http://www.mubadala.com/en/who-we-are][1]

So far, i have this as u can check from this example on jsfiddle:

              [http://jsfiddle.net/ezEtK/252/][2]

I have tried adding title tag, but i am at loss what to do?

im kindda new to jquery, any help would be highly appreciated.

Was it helpful?

Solution

Here's what you can do. add anchor tag with class which has css float right. Check fiddle: http://jsfiddle.net/ezEtK/254/

Added the latest news link too.

Example:

.read{
   float: right;
}
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top