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>';
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>';
Comment