How do images inserted into Dreamweaver workspace appear in web browsers?
Feb 7, 2010
Author: minhoba | Filed under: Website templates dreamweaver
I am perplexing to insert a jpeg picture in to Dreamweaver CS3. we simply clicked insert picture in a toolbar to fix up a picture as well as forsaken it in to my workspace. The picture right away appears upon my workspace, however it does not crop up when we try to preview a picture in a browser. Does any one know because this might be function as well as how to safeguard my images crop up upon a browsers? I’ve extrinsic images prior to as well as they appeared in my browser so not certain what is starting upon now.
Related posts:
- Optimising Images for use on the Internet Optimising Images for have make make make use of of...
- How do I center a webpage created in Dreamweaver so that it is centered in all browsers? I have combined a web page regulating Dreamweaver. It...
- Can I replace the images in a joomla template that I’ve downloaded? I’m a joomla newbie. I’ve found a template with...
- Is it possible to have 2 background images on a css template? or a html templates…. if so could we discuss...
- Web Design Tips and Guidelines Below have been the small of the critical web pattern...
Related posts brought to you by Yet Another Related Posts Plugin.
2 Responses for "How do images inserted into Dreamweaver workspace appear in web browsers?"
click on the image and then go down the bottom of dreamweaver in the properties bar and where it has link change:
C:/ *******/*****/******/*****/****/image.jpg
to:
image.jpg
or if the image is in a folder:
(foldername)/image.jpg
It will be something to do with the path. Let me give you an exmaple.
Say you html file is located like the following on your computer:
C:\websites\band\index.html
i would recommend stroring your image in an “images” folder within your band folder:
C:\websites\band\images\
so the link in your html should be like so:
basically the src should be relative to your html file.
Hope you get it
Leave a reply