NetTalk Central

Author Topic: Hiperlink Color  (Read 3005 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Hiperlink Color
« 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


-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Hiperlink Color
« Reply #1 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