Setting URL within iFrame

HI

How to Set this Url with in Iframe.
My Code like this.

Code

<iframe id="ifr1" width="100" height="100" src="http://www.walmart.com/">
</iframe>

Looks fine as it is. Your question isn’t clear. Restate.

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.

Here’s the iframe part code I inserted :

<iframe id=”d50ae64_630” src="/forms/htmlform_id50ae64_630/htmlform.html” frameborder=”0″ scrolling=”no” marginheight=”0″ marginwidth=”0″></iframe>

The folder tree is as follows :

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 :frowning:

Beside, my Bluefish editor doesn’t seem to recognize the <iframe></iframe> tags, as they’re not shown in color like any other tags.

Any idea what’s wrong ?
Cheers
n/