I have a web page, where I have swiped out the base.css file, included my own css file and also the blue print css framework. Whenever I create a link using "<a></a>" or the A helper, I get a link with the href value in parenthesis by it.
Example code: {{=A("hello", _href=URL(r=request, f='index'))}} in the view this is what i get: hello(/forefont/default/index) which is a clickable link. I would like to know what exactly I am doing wrong Thanks Pystar