Class question
Posted: Sun Mar 23, 2003 10:14 pm
I'm using this in a php script :
//display the links $row[1] is the link , $row[0]
//is the id value
echo ("<a href=\"$row[2]\">$row[1]</a><br>");
}
I would like to add class="sps" but can't get it to work.
Is this possible and how can i get it done.
//display the links $row[1] is the link , $row[0]
//is the id value
echo ("<a href=\"$row[2]\">$row[1]</a><br>");
}
I would like to add class="sps" but can't get it to work.
Is this possible and how can i get it done.