tolearn Posted October 6, 2007 Share Posted October 6, 2007 Hi, Im trying to develop a Ecom site. I have a image link "addtocart" in a page. Im using the following code for that. <input align="middle" type="image" src="/images/buy.gif" border="0" alt=""/> My problem is i can view the image in dreamweaver. But when is run the page, the image is not views instead im getting NOTAVAILABLE message. What may be the problem? Thank you. Quote Link to comment Share on other sites More sharing options...
~n[EO]n~ Posted October 6, 2007 Share Posted October 6, 2007 It may be the path error <input align="middle" type="image" src="images/buy.gif" border="0" alt=""/> Where is your file located, is the images subfolder of the main folder ??? Quote Link to comment Share on other sites More sharing options...
tolearn Posted October 6, 2007 Author Share Posted October 6, 2007 I have tried that also. If path error means i should not get the image in the editor. But i can see the image in editor. Only in webpage im not able to see the image Quote Link to comment Share on other sites More sharing options...
~n[EO]n~ Posted October 6, 2007 Share Posted October 6, 2007 It happens in dreamweaver, same thing happened to me too, Open your page in the browser, right click in the image field and click properties... see what image path is shown there you will see it... It will show not available if the path is incorrect and will show the path too... Quote Link to comment Share on other sites More sharing options...
TomKrush Posted October 8, 2007 Share Posted October 8, 2007 Not to be jerk or anything but you technically should be using CSS. I understand if you don't understand CSS. But if you don't you should probably look into. You will run into much less problems with design that way. Quote Link to comment Share on other sites More sharing options...
tolearn Posted October 10, 2007 Author Share Posted October 10, 2007 Hi Thanks . Problem is solved. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.