3 replies
  • WEB DESIGN
  • |
Hey guys, so I have been a user of wordpress for quite sometime. I wanted to start trying to learn how to use html .

I have just uploaded some files I had which are index.html download.html etc.

I can see all the text on the site but the images are not there? is something else I have to upload? or should they all ready be in the html file?

I brought a master resell rights ebook with the website files. just so I could learn how to do it.

here is the site, www.weightloss-enigma.com

any help or guidance would be great.
#html
  • Profile picture of the author Andrew H
    The site you have posted is a wordpress site.

    Anyways. Here is the basics for working with images.

    In your source code (index.html - or any file for that matter) you will have your image tag
    HTML Code:
    <img src=" images/file.jpg">
    This points to where your image is on your server (ie: the file.jpg image is in the folder 'images' in your root directory).

    HTML Images

    Learning HTML and CSS is a very good starting point. Once you master that you will find that launching small sites can be done much easier using html and css rather than using wordpress.
    Signature
    "You shouldn't come here and set yourself up as the resident wizard of oz."
    {{ DiscussionBoard.errors[7912684].message }}
  • Options,

    Andrew has some good advice here. Just another detail I wanted to point out. If the image is not on your server you will have to put it there for the image tag in your html to reference. I’m not sure how you are loading images onto your server.

    Did you upload your html files using an FTP? If so, you would upload the image file in the same way. Whatever folder you put it in on your server, that is where you will reference it in your html.

    Here is a pretty good tutorial on uploading images via ftp,

    http://www.ktools.net/tutorials/noflash/ftp002.pdf

    Best,

    Shawn
    Signature
    Outsource to the experts...

    We customize your Blog, eBook, Press Release and Sale Copy content with your message.

    {{ DiscussionBoard.errors[7914658].message }}

Trending Topics