Html: entering code
Auteur : Nigel S.
Visité 1558,
Followers 1,
Partagé 0
I am trying to add objects like video files or jpg files via the html code entry page. I am typing the correct html source code into the field (e.g. for an image: <img src="pulpitrock.jpg" alt="Mountain View">)
and adding the file from the 'expert' and 'add' file tab, which then indicates the file being added.
The browser result is no video or no picture, but the video control is displayed and the alt message is displayed.
What am I doing wrong?
Posté le
Hi Nigel,
Where are your files stored on your webserver? Default is in the files-folder under the root of your website (you can set the folder in the export tab where you added the image).
In that case you should use a path, relative to the web page, for example
<img src="files/pulpitrock.jpg" alt="Mountain View">
Succes,
Robert