Thanks for your responses to my question. Like I suspected, it was the Blueprint CSS framework in my app that was the cause of the error, i.e. the print.css file. I swiped it out and my links look and act according to expectations. Thanks Pystar
On Apr 2, 10:25 pm, Pystar <[email protected]> wrote: > @pbreit > Links work ok in a fresh app like "welcome" since the CSS framework is > only in the static/css folder of the app in question > > On Apr 2, 10:06 pm, pbreit <[email protected]> wrote: > > > > > > > > > Seems unlikely that CSS could cause that problem. > > > Shouldn't make a difference but you could try: > > {{=A('hello', _href=URL(c='default', f='index'))}} > > > To figure out if the CSS is to blame, if you are on Chrome or Safari, > > right-click on the text and select "Inspect Element" (or use Firebug on > > Firefox). > > > Finally, does that link work OK in a fresh app like "welcome"?

