On my design portfolio page I want to replace some existing jpg images with new ones. I want to delete the old images but have the new images in the same spot. How do I go about doing this.
replacing old images with new images
5 posts from 3 voices-
Posted 1 year ago #
-
I am a newbie to all of this so if you can explain it to me in the most simplistic way this would help me out immensely. All this coding is overwhelming to me.
Posted 1 year ago # -
Hey,
Can I have a link to the site in question? This way I can determine where your images are located and give you very specific instructions.
Posted 1 year ago # -
http://annualreportsinc.com/wp/?page_id=744
The first three designs is what I want to update. These images are from last year and I want to update them with ones from this year.Posted 1 year ago # -
Hey,
maybe I'm missing something but I think you can easily replace these images by deleting the first three images and replacing them with the new ones. Or you can use the existing code - just replace the image path then. At the moment the first three images have following code:
<div style="float: left;"> <a rel="prettyPhoto" href="http://annualreportsinc.com/wp/wp-content/uploads/2010/05/SPG09-cov.jpg"><img src="http://annualreportsinc.com/wp/wp-content/uploads/2010/05/SPG09-cov.jpg" alt="" title="SPG09-cov" width="163" height="210" /></a> </div> <div style="float: left; margin-left: 35px;"> <a rel="prettyPhoto" href="http://annualreportsinc.com/wp/wp-content/uploads/2010/05/SPG09-1.jpg"><img src="http://annualreportsinc.com/wp/wp-content/uploads/2010/05/SPG09-1.jpg" alt="" title="SPG09-1" width="321" height="210" /></a> </div> <div style="float: left; margin-left: 35px;"> <a rel="prettyPhoto" href="http://annualreportsinc.com/wp/wp-content/uploads/2010/05/SPG09-2.jpg"><img src="http://annualreportsinc.com/wp/wp-content/uploads/2010/05/SPG09-2.jpg" alt="" title="SPG09-2" width="321" height="210" /></a> </div>Posted 1 year ago #
Reply
You must log in to post.














