• Hello,

    I want to change the way the Links are shown in the Links widget. Even though it is with

    I am using the link with Images and displaying it’s descrption currently it goes like this.

    <li><a href="[link]" title="[title]"><img src="[image]"  alt="[Link title]"  title="[title]" /> Link Title</a>
    Link description.</li>

    Can I change this Link Widget display to the following:
    <li> <a href="[link]" title="[title]">Link Title</a><img src="[image]" alt="[Link title]" title="[title]" />Link description.</li>

    Regards

  • The topic ‘Links Widget’ is closed to new replies.