Title: Image Tags
Last modified: August 18, 2016

---

# Image Tags

 *  [domfel](https://wordpress.org/support/users/domfel/)
 * (@domfel)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/image-tags/)
 * Hello folks,
 * This is my problem: let’s assume I’ve got a picture on my server with a 640×480
   resolution, and I would like to post a clickable preview inside an article (using
   WP 1.5) but of a smaller size and with a little border. How could I do that? 
   I know that it’s a newbie question, but I would really like to know all the tags(
   border size, border colour, etc…) that can be used for pictures in a preview/
   link.
    Thanks for your help.

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/image-tags/#post-148338)
 * Enable File Uploads by going to Options/Miscellaneous and selecting “Allow File
   Uploads” and entering the correct values. Once done, go to the “Uploads” button
   in your admin toolbar, select the image you want to upload, and choose the thumbnail
   size. The appropriate HTML code will be given to you after uploading.
 *  Thread Starter [domfel](https://wordpress.org/support/users/domfel/)
 * (@domfel)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/image-tags/#post-148344)
 * You’re the man!
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/image-tags/#post-148345)
 * That’s my middle name. ^_-
 *  Thread Starter [domfel](https://wordpress.org/support/users/domfel/)
 * (@domfel)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/image-tags/#post-148348)
 * Uhm… The code that it gives to me is:
    `<img src='http://www.mywebsite/wordpress/
   wp-content/images/thepicture.JPG' alt='What I want' />`
 * and it’s not a preview of the image, but it’s the image resized to 200px. What’s
   wrong in the code then?
    I want a thumbnail that when you click on it a new page
   open up with the full size image.
 *  [statichavoc](https://wordpress.org/support/users/statichavoc/)
 * (@statichavoc)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/image-tags/#post-148349)
 * just put -thumb at the end of the img url
 *  [statichavoc](https://wordpress.org/support/users/statichavoc/)
 * (@statichavoc)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/image-tags/#post-148350)
 * `<img src='http://www.mywebsite/wordpress/wp-content/images/thepicture-thumb.
   JPG' alt='What I want' />`
 *  Thread Starter [domfel](https://wordpress.org/support/users/domfel/)
 * (@domfel)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/image-tags/#post-148352)
 * -thumb doesn’t work.
 *  [statichavoc](https://wordpress.org/support/users/statichavoc/)
 * (@statichavoc)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/image-tags/#post-148353)
 * er well just use ftp… and go see what the default naming convention is for thumbs…
   it should be in your wp-content folder
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/image-tags/#post-148356)
 * My apologies, for some reason I though thumbnail generation would be automatic(
   I always post small pictures and leave the pictures to my gallery, but never 
   link the two). You may want to take a look at this plugin: [http://davidseah.com/projects/lzil](http://davidseah.com/projects/lzil)(
   it mentions being tested in WP v1.2.2, but it should work in v1.5 as well).
 *  Thread Starter [domfel](https://wordpress.org/support/users/domfel/)
 * (@domfel)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/image-tags/#post-148360)
 * This is what I’ve asked for at the beginning:
 * `[<img src='http://www.mywebsite/wordpress/wp-content/images/thumb-whatever.JPG' img border='0' style='border:1px solid #000000; margin:2px' alt='Hello'/>](http://www.mywebsite/wordpress/wp-content/images/whatever.JPG)`
 * Thanks for your help anyway!
 *  [statichavoc](https://wordpress.org/support/users/statichavoc/)
 * (@statichavoc)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/image-tags/#post-148363)
 * you can just create that for images in your entries via css like this…
 * `
    .entrytext img { border: solid 1px #000; }

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Image Tags’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 11 replies
 * 3 participants
 * Last reply from: [statichavoc](https://wordpress.org/support/users/statichavoc/)
 * Last activity: [21 years, 1 month ago](https://wordpress.org/support/topic/image-tags/#post-148363)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
