Announcement

Collapse
No announcement yet.

How do I change the section tree font?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do I change the section tree font?

    I have sucessfully changed the colour of the section text to blue (see below) but can't seem to be able to change the font.
    I want to change it to Arial Narrow
    IF YOU NEED TO VIEW THE SITE ITS HERE:
    http://www.wholesale-media.com/
    HELP PLEASE

    function YahooSections(ar)
    {
    var strIDs = '';
    for (var i=1;i<=ar.length;i++)
    {
    if (ar[i].sURL != null)
    {
    strIDs += '<a href="' + ar[i].sURL + '"><span class="actxxsmall"><b><font color="blue">' + ar[i].sName + '</font></b></span></a><br>';

    #2
    Try changing

    <font color="blue">

    to

    <font face="Arial Narrow" color="blue">

    You have to do this in 2 places in the YahooSections code.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Thanks Norman,
      That works great.

      Comment

      Working...
      X