Pennsylvania Firearm Owners Association
Results 1 to 3 of 3

Thread: HTML

  1. #1
    Join Date
    Aug 2006
    Location
    2 miles from Bowers, Pennsylvania
    (Berks County)
    Age
    47
    Posts
    723
    Rep Power
    1844

    Default HTML

    I am playing with apache2 on my home computer and am having a problem inserting a picture. The code I am using is

    <img =src"Glock.JPG">

    Glock.JPG is in my /var/www/ directory, can someone help?

  2. #2
    Join Date
    Mar 2007
    Location
    Boothwyn, Pennsylvania
    (Delaware County)
    Age
    43
    Posts
    502
    Rep Power
    46191

    Default Re: HTML

    <img src="Glock.JPG">
    right idea just wrong place.

    http://www.htmlcodetutorial.com/quicklist.html
    Try this site for any quick help, never used that site just did a google search and found it.

    I did the front page all in code, no WYSIWYG editor. Check out the mouseovers on the links.
    Last edited by Chevmeister; May 25th, 2007 at 11:32 PM.

  3. #3
    Join Date
    Mar 2007
    Location
    ….., Pennsylvania
    (Allegheny County)
    Posts
    3,107
    Rep Power
    1284090

    Default Re: HTML

    It's been a while, but I think you have to point to the EXACT location of the file, and double check any capital letters. I don't do a whole lot by hand so I can't really help too much. maybe stick it in Dreamweaver (if you have it) and double check what the code should be.

    Oh heck I just checked it for you:

    Code:
    </head>
    
    <body>
    <img src="file:///Macintosh HD/Users/myname/Desktop/IMG00071.jpg" width="1280" height="1024" />
    </body>
    </html>

    Hope that helps

    Brian

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •