Adding images into blocks html
问题 I've added some html code in my Blocks content and enabled Full HTML filter. I've used relative paths for my images, such as "sites/all/themes/zen/zen/image.png" I guess this is not correct because I need to change my paths depending on I'm in the home page or "node/id" page. I guess I cannot use PHP inside blocks, thus I cannot use $base_url... how can add images path with only html ? thanks 回答1: The previous answers provide a part of the solution, but here's a fuller scoop: Hand-written