Hi all,
Trying to put together a webpage I created from a template, and a contact form I created from htmlform.com, downloaded and added to my folder tree (instructions @ http://htmlform.com/how-to-install-your-html-form), I'm tearing my hair off today trying to have my webpage with added <iframe> code showing the form.
forms
htmlform_id50ae64_630
htmlform.html (the form refered to by iframe)
resources
images
temoignages.html (page where I insterted the iframe)
I keep on receiving an error msg saying "Firefox can't find the file at /forms/htmlform_id50ae64_630/htmlform.html” frameborder=”0″ scrolling=”no” marginheight=”0″ marginwidth=”0″></iframe>"
Then I registered on this forum and saw in one section of the sitepoint courses that iframe is not compatible with strict html doctype, so I changed my doctype to transitional (<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">)and... still not showing
Beside, my Bluefish editor doesn't seem to recognize the <iframe></iframe> tags, as they're not shown in color like any other tags.
Bookmarks