How can u put a hyperlink in a SproutCore? Is not that hard :D something like this: labelAuthorHomepage: SC.LabelView.design({ layout: {centerY: 0, height: 18, left: 20, right: 20}, textAlign: SC.ALIGN_RIGHT, value: 'www.narvenblog.com', escapeHTML: NO }) just use a sc.labelview and pass the value as an html hyperlink tag :) More >