embed test
https://www.candlewoodyachtclub.org/embed test/Simple-html3.html
If I try to use the link option of the embed element and paste the URL of a file in the folder the website builder creates for the page, I get the error "website with redirect can not be embedded" If I use the insert option of the embed element, it doesn't show the image or the relative address of the image I should be able to use a relative URL, not a full URL. If I try that I get an error: "Please enter a real website address" I would need to know what folder to put the image for this to work.
If I try to use the link option of the embed element and paste the URL of a file in the folder the website builder creates for the page, I get the error "website with redirect can not be embedded" If I use the insert option of the embed element, it doesn't show the image or the relative address of the image I should be able to use a relative URL, not a full URL. If I try that I get an error: "Please enter a real website address" I would need to know what folder to put the image for this to work.
If I do it this way, it works:
https://candlewoodyachtclub.org/embed-test/Simple-html3.html
This is the code:
<!DOCTYPE html><html lang="en"><head></head><body><p>hello world</p><p>where is my image?</p><img width=140 height=116src="image001.jpg"alt="yacht club logo"><p>This should work to find image?</p><img width=140 height=116src="https://www.candlewoodyachtclub.org/embed-test/image001.jpg"alt="yacht club logo"></body>