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: this is after its coded: please help me....
Save it and preview it in your browser. It does that in dreamweaver but it usually looks fine in the browser.
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
Get a professional coder. Well, you could edit a CSS file but I don't think you would know CSS if you can't do this, no offense.
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
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