1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

HTML Image Problam

Discussion in 'Web Development' started by kenjin, Dec 2, 2005.

  1. kenjin

    kenjin New Member

    Alright, my host does not support PNG images, but it supports PNG files. So inorder for me to post a PNG image I have to upload it as a file. Then use html to leech from it so it appears as a image.

    This HTML code:
    HTML:
    <img src='http://spriteheaven.homestead.com/files/Logos/sheaven.PNG' alt='' />
    ANyway the code above want center the image even if I use the HTML Tag center. So does anyone know a better html code to post the image?

    URL Link:
    http://spriteheaven.homestead.com/index.html

    Image Sample: [​IMG]
     
  2. Connor

    Connor Moderator / Programmer

    KenjinTry this:

    I think that should work

    Connor