Texture questions

Hi. I was wondering how to do almost everything with textures. I can get them on a poly, and scale them around some, but that’s about it. If anyone knows any good tutorials on translation and/or rotation, a url would be nice. Thanks!

glMatrixMode( GL_TEXTURE )
glTranslatef(…)
glRotatef(…)
draw the polygon with texture
glMatrixMode( GL_MODEL_VIEW )

Whoa. That was simple. Thanks!