/    Sign up×
Community /Pin to ProfileBookmark

img not showing

Why would the below code not show the image in IE or Firefox, and in Firefox, when you right click the missing image, and view properties, it appends the server url to the beginning of it:

[code]
<img src=&quot;http://www.site.com/www.site.com/w-content/images/stores/whats_new/cosmetics_MBGuarantee.png&quot; border=&quot;0&quot; alt=&quot;test&quot; width=&quot;291&quot; height=&quot;100&quot; />
[/code]

Thanks

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@ryanbutlerMar 15.2007 — Because you're using the ASCII character equivalent for quotes. Replace &quot; with ".

Or this:

[CODE]<img src="w-content/images/stores/whats_new/cosmetics_MBGuarantee.png border="0" alt="test" width="291" height="100" />[/CODE]
Copy linkTweet thisAlerts:
@tayiperMar 17.2007 — Or this:

[CODE]<img src="w-content/images/stores/whats_new/cosmetics_MBGuarantee.png border="0" alt="test" width="291" height="100" />[/CODE][/QUOTE]


Just as an FWI: you forgot one "quote" character after the .png ...


tayiper
×

Success!

Help @jrthor2 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.5,
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: @Yussuf4331,
tipped: article
amount: 1000 SATS,

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

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...