/    Sign up×
Community /Pin to ProfileBookmark

problem with iframe

hi i am using iframe to display a pic when people click on the link. But i am having problem control the size of the img which is gonna be displayed in the iframe.

Here are the code

the link:

[code=html]<a href=”http://weareraw.com/onthedoor/Friday/sohobar/mobposter.jpg” target=”main”>SOHO &nbsp; FRIDAY</a>[/code]

iframe:

[code=html]<iframe width=”339px” src=”fri/0.jpg” style=”border:none; margin:0px; background-color:transparent” hspace=”0″ vspace=”0″ name=”main” height=”480″ allowTransparency=”true” frameborder=”0″ scrolling=”no”></iframe>[/code]

Just have no idea where to put the “width” attribute for the pic.
Any help will be appreciated, thanks a lot.

rick

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@FangSep 20.2007 — Change the width with JavaScript:&lt;a [COLOR="Green"]onclick="document.getElementById('main').style.width='300px';"[/COLOR] href="http://weareraw.com/onthedoor/Friday/sohobar/mobposter.jpg" target="main"&gt;SOHO &amp;nbsp; FRIDAY&lt;/a&gt;
Give it an id:&lt;iframe[COLOR="Green"] id="main"[/COLOR] width="339px" src="fri/0.jpg" style="border:none; margin:0px; background-color:transparent" hspace="0" vspace="0" name="main" height="480" allowTransparency="true" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;
×

Success!

Help @rickusydsydney spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...