NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on May 13, 2009, 03:56:05 AM

Title: Hiperlink Color
Post 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?&lt;!-- Net:s:SID--&gt; &amp;APP__ID=36&amp;Change_btn=Change&amp;"  >Esteban Quito <br> Booked</a></div>
</td>

But It is not shown red in the browser.
Am I missing something?
Any Idea?

Thanks
Alberto


Title: Re: Hiperlink Color
Post by: Bruce on May 13, 2009, 06:48:07 AM
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