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

General Help!!

Discussion in 'General' started by cwinks, Oct 31, 2011.

  1. cwinks

    cwinks New Member

    I used one of the templates and put my info in and now all the graphics on the rest of the page disappeared! How do I get them to show up again and how do I put my own pictures in?
     
  2. navyfalcon

    navyfalcon Well-Known Member Verified Member

    Put all of your pictures in the same folder and name it (like pictures or images) and name all of the pictures (different names so you can identify them). Then for the web page, use the folder and picture name to identify the picture.
    Example: <img src="../Images/turbine.jpg" width="215" height="145" align="left" alt="turbine">
    -
    The term <img src=" identifies the tag as an image (or picture)
    Src stands for "source". The value of the src attribute is the URL of the image you want to display. Syntax for defining an image: <img src="url" alt="some_text"/>
    from w3schools (HTML Images)
    My picture is in the "Images" folder and is named "turbine" and is a jpg image.
    The size (width and height) is listed and where it is to be (left side) plus the alt tag (turbine).
    - This is a good way to identify the picture, with all the information listed.
    -
    hope this helps
    falcon
     
  3. navyfalcon

    navyfalcon Well-Known Member Verified Member

    Lets get a closure to this
    Did it work for you
    Do you need more help
    Do you need help with something else
    How about a link to the website
    -
    falcon