Problem with picture - HELP needed

by disi
2 replies
  • WEB DESIGN
  • |
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?
#needed #picture #problem
  • Profile picture of the author shahz
    <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
    {{ DiscussionBoard.errors[1243779].message }}
    • Profile picture of the author disi
      Originally Posted by TheLimeDesign View Post

      <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
      Thanks!
      {{ DiscussionBoard.errors[1243821].message }}

Trending Topics