Hi All,
I am very new to Actinic and I am experimenting with different layout options.
I am having a problem trying to place an image in one of my Home Page Fragments. I am using the layout option "image to left of table and text" & I have typed in the title and selected the image (CCV.gif). I am trying to display the same image in the "text" area by embedding HTML into the text field using the following code:
!!<
<img scr="CCV.gif" width="85" height="250" alt="my CCV image">
>!!
The image exists in my Site1 Folder and it displays (as expected) to the left of the title & text. The image does not display in the text area (all I get in the text area is the image placeholder).
Any help would be gratefully accepted,
ART
I am very new to Actinic and I am experimenting with different layout options.
I am having a problem trying to place an image in one of my Home Page Fragments. I am using the layout option "image to left of table and text" & I have typed in the title and selected the image (CCV.gif). I am trying to display the same image in the "text" area by embedding HTML into the text field using the following code:
!!<
<img scr="CCV.gif" width="85" height="250" alt="my CCV image">
>!!
The image exists in my Site1 Folder and it displays (as expected) to the left of the title & text. The image does not display in the text area (all I get in the text area is the image placeholder).
Any help would be gratefully accepted,
ART
Comment