Hi there! Can anyone hel me? In making my first Dynamic HTML Editor page I?ve inserted a jpg picture but it does not appear on the web. Only a empty rectangule. Thanks a million for the help.
I cannot see your homepage, don't know if you are looking on it locally. An ordinary image tag look like this: <img src="path_to_jpg/name-of-jpg.jpg"> If you omit the path to the image it must be in the same location as your web page. Bushman
When you publish your page (F12, or "Export" on the "Files" menu), Dynamic HTML Editor automatically created a folder that includes all the support files that your page will require (CSS, javascipt, images). That folder is usually called "files". Your image tags are looking for your images in that (files) folder. Make sure that you upload that entire folder along with your page to the same path as your web page on your web server.