homewrd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: where in directory do I place image?I really appreciate the time you took to reply. I was hoping to have saved you some time by just saying I had found a solution that worked for me. Obviously you’re right that they can go anywhere. For some reason (obviously my failing to recognize the point at which I was making a mistake)it wasn’t resolved by placing it in any other folder and then pointing to that folder. I have resorted to the simple approach till i can get unstuck from stupid. Thanks again!
Forum: Fixing WordPress
In reply to: where in directory do I place image?I kept experimenting until I arrived at the following solution. <img src=”http://www.yourwebsite.com/image.jpg” alt=”” />. The other solutions I looked at appeared more complicated than I felt it needed to be. Obviously, I didn’t go into the template directory to place the image.
Forum: Fixing WordPress
In reply to: No Images In PostsObviously, the above example/resolution worked for you. For some reason, it failed to work for me. So, I kept experimenting until I arrived at the following solution. <img src=”http://www.yourwebsite.com/image.jpg” alt=”” />. I imagine it may have something to do with where you store your images. You can also add all the “style” stuff if you want and the results are the same.