Jump to content

question


joeri

Recommended Posts

  • Moderators

what do you mean by E107 this is just a normal template from owsd. so i think this should be possible if i put in an image link (<img src="images/vatsim.gif" alt="" width="151" height="51" />) it shows up on my screen inside dw but not on the site.

gr joeri

Link to comment
Share on other sites

  • Administrators

Try this, it should work  ???

<body>
<div class="jqmWindow" id="jqmdialog"></div>
<div id="header">
  <center>
   <h1><span class="heading_color">TNT</span> Virtual Airways</h1></center>
   <center><img src="<?php echo SITE_URL?>/images/vatsim.gif" alt="VATSIM" width="151" height="51" /></center>
</div>

Link to comment
Share on other sites

  • Administrators

Looking at the source code on your page to display the vatsim image in the side bar, it looks correct to me.

Using your path directly in my browser

http://www.tnt-virtual.be/images/vatsim.gif

will not display the photo at all

My guess is that is not the actual path to the image on your server or you have something misspelled. Check to see if it is actually on your server, folder name, image name, and file extension are all correct.

Link to comment
Share on other sites

  • Administrators

There is part of the issue...

no thats correct  the picture  is in my lib/skin/tnt/images but this path isn't working

your path should be....

http://www.tnt-virtual.be/lib/skins/tnt/images/vatsim.gif

This still does not work here in my browser.... there has got to be something named differently between the path you are using here and what is actually on your server...

Link to comment
Share on other sites

  • Administrators
http://www.tnt-virtual.be/lib/skins/tnt airways/images/vatsim.gif

Is there a space in your folder name "tnt airways"? If so I would lose it, change the folder name on the server and in your code

Earlier you were showing the folder as "tnt" not "tnt airways" Check these differences

Are you sure the image is a gif and not a jpg or png extension?

Also, I just looked at the source for your page and the image link is:

This needs to be changed to the absolute path

EDIT - Looks like we posted at the same time.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...