Problem with picture - HELP needed

by 2 replies
3
Hello guys,

I have a problem with picture on my website. I have created it in Dreamweaver. Before I added links under my picture everything was fine but but when I did it and when I placed wesbite ontoserves something strange happaned.



Here is the code for this picture from current site:

<p align="center"><a href="buyproduct"><img src="files/buy_now1.gif" alt="order" width="363" height="57"></a></p>


Here is the link from DW before I added "link" under the picture

<p align="center"><img src="images/buy_now1.gif" alt="order" width="363" height="57"></p>


Anyone can help?
#website design #needed #picture #problem
  • <p align="center"><a href="buyproduct"><img src="files/buy_now1.gif" alt="order" width="363" height="57" style="border:none;"></a></p>

    That will fix it
    • [ 1 ] Thanks
    • [1] reply

Next Topics on Trending Feed

  • 3

    Hello guys, I have a problem with picture on my website. I have created it in Dreamweaver. Before I added links under my picture everything was fine but but when I did it and when I placed wesbite ontoserves something strange happaned.