Template Help

Discussion in 'Gaming' started by slacker, Dec 15, 2005.

  1. slacker

    slacker Well-Known Member

    Posts:
    307
    Likes Received:
    0
    Joined:
    Oct 15, 2005
    guys i made a template for my site using photoshop. i sliced and saved the html and images. i open it up in dreamweaver to code it and i add
    Code:
    <a href"http://www.gfxheaven.org">
    right before
    Code:
    [img]images/index_06.jpg[/img]</td>
    .it gets coded but the images themselve move. this is a pic before its coded:[​IMG] this is after its coded:[​IMG]

    please help me....
     
  2. .DeFuZioN

    .DeFuZioN Well-Known Member

    Age:
    36
    Posts:
    2,260
    Likes Received:
    0
    Joined:
    Oct 7, 2005
    Location:
    Australia
    it doesnt appear that you have sliced it.
     
  3. slacker

    slacker Well-Known Member

    Posts:
    307
    Likes Received:
    0
    Joined:
    Oct 15, 2005
    i did lol using photoshop.
     
  4. slacker

    slacker Well-Known Member

    Posts:
    307
    Likes Received:
    0
    Joined:
    Oct 15, 2005
    bump, guys i rlly need help.....
     
  5. Phantasy

    Phantasy Senior Member

    Age:
    35
    Posts:
    1,914
    Likes Received:
    0
    Joined:
    Aug 18, 2005
    Location:
    Ontario, Canada
    Save it and preview it in your browser. It does that in dreamweaver but it usually looks fine in the browser.
     
  6. slacker

    slacker Well-Known Member

    Posts:
    307
    Likes Received:
    0
    Joined:
    Oct 15, 2005
    nope it still dont work. i tryed coding it and when its in the browser it does exactly what it does in dreamweaver. this is very important because my template guy got grounded and i have to make the template for our site lol. ive made templates b4 but i have never gotten this problem. please add me on msn ([email protected]) or aim(stevepelle77) k thx
     
  7. AndrewR.

    AndrewR. Well-Known Member

    Age:
    34
    Posts:
    1,831
    Likes Received:
    0
    Joined:
    Aug 6, 2005
    Location:
    Scottsdale, Arizona
    Get a professional coder. :D

    Well, you could edit a CSS file but I don't think you would know CSS if you can't do this, no offense.
     
  8. slacker

    slacker Well-Known Member

    Posts:
    307
    Likes Received:
    0
    Joined:
    Oct 15, 2005
    lol i know a little css but its way too hard for me and html is so much easier tbh.
     
  9. XMasterX

    XMasterX Well-Known Member

    Age:
    40
    Posts:
    5,336
    Likes Received:
    0
    Joined:
    Aug 1, 2005
    Location:
    Wisconsin, USA
    slacker, hi buddy!

    umm, try selecting the picture and in the property box, put the link in there.

    I'm not sure... I'll talk to ya on MSN, just a sec
     
  10. SwAT

    SwAT Well-Known Member

    Posts:
    2,689
    Likes Received:
    0
    Joined:
    May 9, 2005
    Location:
    Connecticut, USA
    you need to set your border = to 0, so do this

    Code:
    [img]images/index_06.jpg[/img]<a href"http://www.gfxheaven.org"></a></td>
    you could also set a css rule for the whole page

    Code:
    img { border:none; }
    that would effect all images on the page so then you would not have to do it for each image
     

Share This Page