Iframe syntax

<iframe class=“” src=“name=“zenfolio”” style=“width: src=“http://elitesportimages.zenfolio.com/f402582467"px; height: 100%; " frameborder=“0” scrolling=”” onload=“scro11me(this)”></iframe>

this code isn’t working and I’m not sure why.

Elite Sport Images | All Photographs

this link works.

I don’t understand what the px stands for.

Any help would be appreciated

TIA
Pat

I don’t see an iframe on that page, but the px shouldn’t be there in the code you posted.

Elite Sport Images

this is the link that isn’t working.

Hm, this is your iframe code, which is a bit of a mess:

<iframe class="" src="name="zenfolio"" style="width: src="http://elitesportimages.zenfolio.com/f402582467"px; height: 100%; " frameborder="0" scrolling="" onload="scro11me(this)"></iframe>
src="name="zenfolio""

That needs to be cleaned up. You need to put a url to the page being pulled in, such as

src="some-page.html"
style="width: src="http://elitesportimages.zenfolio.com/f402582467"px; height: 100%; "

Eek, that’s messed up. src doesn’t belong there. You want something like

style="width: 500px; height: 100%;"