C Connor New member Jun 15, 2009 #1 I used this to center an image on my page: <html> <body style="text-align:center"> The rest of my page, which is an image map </body> </html>
I used this to center an image on my page: <html> <body style="text-align:center"> The rest of my page, which is an image map </body> </html>
O Ocelot New member Jun 15, 2009 #2 There is no point in using the text-align property if you don't have any text. Use the <center> tag.