How do I vertically and horizontally center an image when I do not know the size of it? I asked this question and someone suggested using a table. This isn\'t the first time
Using CSS there is no easy way to vertically align an image center. Though to align it center horizontally you can use the following
I would not reccommend a table for laying out an image as it is not really good practice anymore. Tables should only be used for tabular data.