Hello,
I have another problem...
I have tried to insert an image by modifying the view "overview" (adding content image in fields of the view). So I have a field "image" in the form "overview" under "skills".
In the preview, I see the image but not in the real appearance...
Can you help me ?
Thank you very much !!!
Hi,
Would you like to insert image to tab content of overview right?
Because tab content only shows content of body, if you would like to insert image, you need to go to sites\all\themes\md_boom\template\views\overview
then edit file views-view--overview--block.tpl.php
I solve the problem by insert :
<img src="sites/default/files/logoAC.jpg" alt="Photo logo" /> in the overview body.
It seems to work like this :).
Thank you for your feedback :)