I can see two different things going on here: (1) the anchor is being generated, and you don't want it, and (2) you want to change the color that is associated with the CSS class "warning_msg".
For item one, it could be a third party vendor or error layout view file that are adding the anchor; are you using any vendors like Markdown, Textile, etc? For the second item, I wanted to see the live code output so that I could look at your CSS file and see how to give that class a color, or override what is getting set right now. > I have even tried to force the color as follows: > > echo '<br><font color="#ff0000"> There are no hierarchies on this > network! </font>'; > > But without sucess... :-( CSS should be used in this case to set the color and styling of the error message. If you end up posting any of your app online let me know and I will look at the CSS/HTML output to see if I can help. Also try searching in your view files for any error formatting HTML (like <a name="top") since maybe it's being formatted somewhere else. Best, Lance --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
