Seeking help in centering my logo (775 X 225) both vertically and horizontally on a webpage, with a link "Enter" positioned underneath it.
<html>
<head>
<Title> My Website </Title>
<style type="text/css">
//centerlogo CSS class here ?
</style>
</head>
<body lang=EN-US>
<div class'centerlogo"> <span></span>
<img src="images/logo.jpg">
</div>
</body>
</html>
Looking for the best method to ensure that the logo is centered perfectly on all browsers. Any suggestions for a CSS class or javascript code?
I have tried some examples without success. Can someone assist me with this issue?
Thank you.