Buying Req html programer to help enter a few images into code

Discussion in 'Programming' started by subohost, Oct 14, 2011.

  1. #1
    Hi im working on a website and need to place a few images into a template ( to replace a flash image )

    its a easy job for somone who noes how i just cant seem to get it into the place it should be.

    pm me your price i need this doing asap :)

    Thanks
     
    subohost, Oct 14, 2011 IP
  2. subohost

    subohost Active Member

    Messages:
    504
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    im also after somone to integrate punbb forum into my template so if you can do this aswell that would be good :)
     
    subohost, Oct 14, 2011 IP
  3. Scoding

    Scoding Well-Known Member

    Messages:
    1,091
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    155
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Sent you a PM, typically we would need to know a bit more information before being able to give you a price and time estimate,

    Thanks,
    http://scoding.com
     
    Scoding, Oct 14, 2011 IP
  4. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    To place an image into the page, use

    <img src="the image file path and filename" />

    You don't integrate a forum into your template, you add the template to the forum.
     
    Rukbat, Oct 14, 2011 IP
  5. KangBroke

    KangBroke Notable Member

    Messages:
    1,026
    Likes Received:
    59
    Best Answers:
    4
    Trophy Points:
    265
    As Seller:
    100% - 6
    As Buyer:
    100% - 7
    #5
    <img src="the image file path and filename" width="exact image width" height="exact image height" alt="imagename" border="0px" />

    You want to use exact image dimensions because the scaling of images increases load times, And You want to be sure to include border="0px" for Internet Explorer and the alt="" for SEO
     
    KangBroke, Oct 15, 2011 IP