why image src works for one and not the other?
-
My site is hosted with Bluehost, I have two banners at the bottom for visitors to sign up with Bluehost and Arvixe, I did this through adding a text widget to the footer widgets area in my Hathor theme.
Bluehost shows no problem while Arvixe cannot show up, here are the code:
Bluehost (showing):
<img border=”0″ src=”//bluehost-cdn.com/media/partner/images/xiexianhui/190×60/bh-190×60-04-dy.png”>
Arvixe (not showing):
<img border=”0″ src=”//affiliates.arvixe.com/media/banners/BusinessClass.486.60.gif” >So, I end up downloaded a pic from arvixe and uploaded it to under \wp-content and modified the code to:
<img style=”border:0px” src=”wp-content/125.125.general.gif” width=”125″ height=”125″ >This works to home page only due to the URL points to a fixed location, if I go to any page, the pic’s url will be changed and since no pic in the new location, the pic will not show up.
Can anyone help to fix this problem?
Thank you very much.
- The topic ‘why image src works for one and not the other?’ is closed to new replies.