Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Could you check my code please

  1. #11
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Having thoughts myself now over something as simple as this....
    Is this correct ?
    Code:
    <div style="text-align:center"><img src="http://i670.photobucket.com/albums/vv62/ipbr21054/IVYLODGESALES/FORDCLONEDKEY.jpg" alt="ford fo21 key cloning service" height="480" width="640" class=imageshadow>

  2. #12
    Join Date
    Jan 2009
    Location
    NH
    Posts
    675
    Thanks
    98
    Thanked 26 Times in 26 Posts

    Default

    Yes that works. Why are you hosting your images on Photobucket instead of keeping them on the server your website is located on?
    When someone goes to your site and it loads then the image has to be retrieved from Photobucket. I think it would be faster for you to put it on your server in a folder called img or images.
    Then the code would be
    Code:
    <div style="text-align:center"><img src="images/IVYLODGESALES/FORDCLONEDKEY.jpg" alt="ford fo21 key cloning service" height="480" width="640" class=imageshadow>
    I'm assuming the image name is IVYLODGESALES/FORDCLONEDKEY.jpg
    Last edited by mlegg; 01-20-2016 at 02:10 PM.

  3. #13
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    This is for one of my ebay accounts.
    I put it into a HTML file to post here thern the code is copied to my ebay listing where it will stay.

    My web site has its images stored in a folder on the server.

Similar Threads

  1. code check please
    By bwc in forum PHP
    Replies: 8
    Last Post: 06-17-2009, 07:39 AM
  2. Resolved Hello im new to CSS can you check this code?
    By PSG1JOHN in forum CSS
    Replies: 5
    Last Post: 03-08-2009, 03:07 PM
  3. Code Check Please - Ticker
    By DRONE in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 10-05-2007, 09:32 AM
  4. Please Check my code (PHP)
    By laserdude in forum PHP
    Replies: 2
    Last Post: 04-02-2007, 06:15 PM
  5. can anyone check code
    By newj in forum ASP
    Replies: 0
    Last Post: 02-18-2007, 04:13 PM

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
  •