views:

6

answers:

0

using FBML my app is giving the following error:

HTML error while rendering tag "img": Relative URLs not allowed here

The same thing happened to me when working on apps not in symfony and the easiest solution was to just include the absolute url in either hard code or a constant. Does anyone know any more elegant solution using symfony or the sfFacebookConnect plugin? Specifically dealing with background images in the css

related questions