Hello,
I have some dynamic text I would like to apply my CSS to and I am not sure how to do that.
I did some searches on the site, but did not find any answers.
Here is a sample of the code I have.
<?PHP
if (mysql_result($result,0,"prodType")=="Video"){
echo 'Click the links below to view more samples<br>(must have "<a href="http://www.real.com">RealPlayer</a>)<br><br><hr><br><br>';
}
else
echo "";
?>
I have sheets set. for 2 styles, "text" and "header".
I have the inlcude for the css as follows:
<link href="../font.css" rel="stylesheet" type="text/css">
Thanks,
Don