i think that's exactly what i need, but.. lemee throw this out...
(at top of page with table)
<HEAD>
<STYLE TYPE="text/css" MEDIA="screen, projection">
<!--
@import url(links.css);
-->
</STYLE>
</HEAD>
(links.css)
.RedfintLink {
text-decoration:none;
color:#FF0000;
}
.RedfintLink:link {
color: #FF0000;
}
.RedfintLink:visited {
color: #FF0000;
}
.RedfintLink:hover {
color:#FF0000;
}
(one of the links on the table)
<a href="realdetails.php?sid=<? print $REQUEST['sid'] . "&rid=" . $REQUEST['rid'] . "&cid=" . $REQUEST['cid'] . "&pid=" . $row['id'] . "&selCom=" . $REQUEST['selCom'] . "&page=realstore.php"; ?> class="Redfontlink">Details</a>
should that work? i know it's a messy link, but technically it looks like i wrote it right :S any help? thanks