NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on May 13, 2009, 03:56:05 AM
-
Hi,
I need to change the color on many hiperlinks I have in a browse.
I change the css with a variable and the html page is generated ok like:
<td class="Red">
<div id="div563373177_div" class="Red"><a href="uAppByWeek?<!-- Net:s:SID--> &APP__ID=36&Change_btn=Change&" >Esteban Quito <br> Booked</a></div>
</td>
But It is not shown red in the browser.
Am I missing something?
Any Idea?
Thanks
Alberto
-
Hi Alberto,
the hyperlink is the <a> tag, not the <td> tag.
Ideally you want to set the class inside the <a> tag.
I've added css setting so you can do this on the hyperlink tab for a browse column in the next build.
Cheers
Bruce