HI, im having some troubles finding out how to make a thumbnails in a post... i want to make a table of thumbnailed pictures instead of having 30 huge blown up pictures..... anybody help?
When you upload a picture when posting, just check the "Thumbnail" part when it asks you how you want to display an image.
Thanks for that link. It is exactly what I needed at this moment. Now, is there a trick to wrapping my text around the pic?
You'll need to float the image. In your stylesheet add something like: .ImgFloatRight { position: relative; float: right; /* or left */ border: 1px solid #B3ADA1; margin: 0 10px 0 10px; } Code (markup): In your post use <img class="ImgFloatRight" src="picture.gif" />. Image will be on right side of post and text will go around it.