Heelppp!! cant post pictures with my blog
-
I have writting this question before but cannot seem to find an answer. People suggest a plug in but either i am blind or …becasue i cant find the plug in folder on my server for WP
is there any other way!!!! i cant believe its sooo difficult!
Any help is very much appreciatted
phil
-
You want to put pictures on your blog site? Right?
Create the pictures with whatever graphics software program you have. PaintShop Pro, Adobe Photoshop, or any of the dozens of different graphics programs. Set the resolution and size to something that will “fit” on your page. Typically, no bigger than 400 pixels across or high, and keep the picture size under 50K if you can. More than that for only truly awesome and amazing pictures. Snapshots, sticking to a 50K limit is best.
Upload the images using either the built-in file upload utility from the Admin > Options > File Upload screen, or via an FTP program. There are many FTP programs out there. SmartFTP is one that is free and fairly easy to use. Or, if you are seriously low-tech, you can just use Windows Explorer and type in ftp://example.com/wordpress/ or whatever your address is to your wordpress files.
I recommend you put the pictures in a single subfolder, like images or graphics such as:
example.com/wordpress/images/Just to keep them together.
In your post, use either the IMG quicktag button or type by hand the following:
<img src="images/nameoffile.gif" alt="Description of picture" />If you would like to float the picture on the right or the left or your text with the text wrapping around the picture, you have to add CSS to your
style.cssfile like this:img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }You can change the padding around, but I’ve used this consistently for YEARS and it works across all browsers.
In your image link, you would write:
<img src="images/nameoffile.gif" class="right" alt="Description of picture" />Is this more information that you wanted? It’s how it works. Enjoy!
Wow! Thank you sooooo much !! i will try this right away!
Very grateful:-)
PhilFor the life of me…i cannnot figure this out. I did everything like you said….however the same problem keeps coming up. Instead of a photo I get a question mark!!! I am ssssssoooo frustrated at this point. It cant be that hard but this is kicking my butt!
I am on a mac, using safari browser. When I upload the jpgs through the application from WP…it puts stuff into the wronf folder on the server! how do i change this…
ready to give up
PhilDid you read the part about getting your own FTP software and not uploading through WP? Give that a try.
HI Lorelle…yes i did. I am using transport. The WP upload thing is a pain! Still ..I even managed to install a plug in called image browser. Nothing doing…still get the question mark. I installed the plug in right because its showing up. I even changed the destination folder for my jpgs through WP upload….nothing….JEEZZZ !!! What the heck!! hahahaha these guys make it sooo hard! i dont get it. If you can ,…is it possible to look at my blog and see what you can see? i will owe you big time:-)
Kind regards
PhilIt isn’t hard. Check the link to your image. It should be:
<img src="images/nameoffile.gif" alt="Description of picture" />Check every letter to make sure that everything is exactly right. It takes
srcandscrto screw things up.If you are getting a question mark, you’ve screwed up the link. If you get an empty box, the link is right but the folder or file name is wrong.
I will continue to try. Thanks for the ncouragment…I need it.:-)
PhilWell…I ve tried everything…I just dont know what the problem is. I cannot find the problems with the links and also the plugin itself is generating the code to display the files….I dont get it…PLeaassseeee help:-)
regards
PhilMaybe the permissions on your images or image folder? Can you link to one of your attempted picture posts – It might help find the problem.
What plugin are you talking about? Everything that was written above is about using FTP and/or the upload feature of WP.
When you guys, have a problem with a plugin, give it’s name, URI etc.I am using a plug in called IMAGE BROWSER FOR WORDPRESS 1.2+
I found it through people here on this help board. It seems to install easily but….it wont upload things right either. I have a general feeling that it is something i am doing wrong. its probably sooo lame and it is escaping me. I cannot figure it out, lack of experience with this blog thing. I have tried uploading both ways. With “Transport” an ftp program. And with WP. With transport i can control better were the jpgs are ending up. But the result is the same.
I dont know about permissions …how do you mean link to a attempted post? Link it here? sorry i know i am a beginner at this.
if you click on the attemp on my blog it says the files are not even on the server!! now i know that bull!! I uploaded them and I see them in the folders of my site. No matter what folders i move the pics to…it doesnt work. aarrrgghhh! hahahaha…what a pain.
Any help is highly appreciated
PhilIf you want you can email me all your details (ftp, WP) and I can take a look at it.
my name here at my domainI see the link on your blog (I couldn’t find it earlier). The IMG0005.JPG links to
.com/wp-images/IMG_0005.JPG
If I change it to .com/blog/wp-images/IMG_0005.JPG I see a picture of someone playing the drums.
I don’t know if there is a way to automatically add the /blog/ bit automatically with the plugin your are using.Phil, since your blog is in a subdirectory you might try using the full URL to the image. Instead of “images/nameoffile.gif” you’d probably use “http://www.philmaturano.com/blog/images/nameoffile.ext” where images is your image subdirectory name, nameoffile is the name of the file and ext is the correct file extension.
(I’m going to go out on a limb here because you said you are very new at this. If these are photos it’s also possible – even likely- that you are uploading jpgs. If you are then putting “nameoffile.gif” that’s your entire problem as they would be “nameoffile.jpg” or “nameoffile.jpeg”. )
argh… never thought to look for a “blog” under “forum” link π
The topic ‘Heelppp!! cant post pictures with my blog’ is closed to new replies.