I have a STRING making a link for me once you pick alot of options on my site...
everything works just fine how ever I dont want that HYPERLINK to be under lined I figured adding
[HTML]<html><head><ST YLE>
<!--
a {text-decoration:none }
//-->
</STYLE></head></html>[/HTML]
Would solve this problem how ever it did not... here is the String code.
Anyone have any ideas???
everything works just fine how ever I dont want that HYPERLINK to be under lined I figured adding
[HTML]<html><head><ST YLE>
<!--
a {text-decoration:none }
//-->
</STYLE></head></html>[/HTML]
Would solve this problem how ever it did not... here is the String code.
Code:
echo " <a href='descr.php?image=".$image['imagename']."'><b>$pn </b></a>";
Comment