When i view the page created in visual editor i can not see it , instead i get an icon that sugests it's not loaded .
I uploaded a image of this , hope it will explain better what i mean http://imgur.com/OKWkO
The problem is i don't add image files by wordpress , but directly write the path into static html pages .
Related
I have an extension installed on my Magento in which I customized it to fit the my expectations.
But in my PDF that I customized, I want to place an image where the picture is placed on the media folder only,
The link of my image is like this http://xxxxxxxx.com/ecommerce/media/GlobalPdf/default/img/barcode.jpg
I can open the link onm the browser and it shows the image but when I included it on the XML, it does not show, it shows only a black box with a white X on it.
Am I missing something? I tried placing it on other locations but to no avail.
my question is incredibly simple yet I haven't been able to find an answer online. I made a small image in photoshop and am trying to incorporate it in my current website. I don't know how to get the image into dreamweaver into the image folder in the dreamweaver panel.
You can copy the image into the image directory of your root folder and simply add the markup where you want to add the image.
<img src = "[your image link]" />
Or simply add the images using the files panel- Insert->Images->Select your image then press ok.
try the following
1- ctrl + Alt + I and choose your image from the dialog
2- copy manually the image you created to the website directory on your hard drive
hope this hepls!
Your image folder should be stored locally on your machine in your site-root folder.
In Photoshop: Save for Web Devices, Navigate to the Root Folder where your site is stored, Open Image Folder and Save Image in that location.
In Dreamweaver: Go to Files Panel, hit refresh button and the image should now appear in the images folder.
The easiest way to do this by far is too put your cursor on the part of the page you'd like you picture to reside.
Then using the top menus click "Insert" and then "Image", once you have done this you'll be able to find your image on your local computer or network and you will be prompted to save it to your site with the site directory already up - then just choose where to save your file.
It's best practice to save all images into the images folder.
Hope that helps!
Is there any tool you know which can find all unused images of a website from image folder. I want to identfiy all those image in the image folder which are not being as a inline imge in HTML and CSS Background. Is it possible using any tools, techniques?
You can use dreamweaver for this. In dreamweaver look in site files (press F8) in site menu select recreate site cache. Dreamweaver checks links in your Local Site folder and provides you with a report of all unused files, which you can either delete or re-link.
Hope this solves your problem.
the image is located under: /Content/panoramic/panoramas/UCCParc.tif
I access the image like:
<img src="#Url.Content("~/Content/panoramic/panoramas/" + #imgName + "")"/>
But when I try to load the page localhost/pano, where pano is a controller, the images are not found. Is this the correct way of acessing the file in MVC3? Is it correct to specify the folder hierarchi as the path to the image or should I somehow wrap a controller around the path?
It seems that your code is fine but the best way to find the problem is using "Inspect Element" or other tools (Bugs in Firefox) to find out the correct URL that generated by your code. (Right-Click on images space and select 'Inspect Element' and see if the path to image is correct or not).
We currently downloaded a Wordpress template from Themeforest called Gaia. It is a portfolio theme that allows you to upload portfolio items, and uses the featured posts section for the thumbnails on the main portfolio page. I have currently uploaded it on a subfolder of the website "/wordpress/".
Our problem is, whenever we upload a picture using the upload tool of the featured posts section, it formats the SRC of the uploaded image as:
http://www.sitename.com/wordpress/http://www.sitename.com/wordpress/wp-content/themes/gaia/images/thumbnail.jpg
I have no idea why it includes the URL of the theme folder twice before the URL of the image file. Was wondering if anyone has had a similar problem that can point me to the direction of a solution.
Thank You in advance!
Seedorf.
well.. I guess its a bug then.