I have a picture and Text under, How could I center both and make them right under eachother (equal in width). Also to center them in the middle of the web page I tried "div: wrapper"
but it didnt work, any ideas?
<?php
require "header.php";
?>
<!DOCTYPE html>
<html>
<body>
<img src="Page.jpg" alt="HTML5 Icon" width="1200" height="500">
<div style='background-color:gray; color:white;align:center; width:1500; height:500; position: absolute;'>
<h3 style= 'font-weight:bold'>TEXT HERE.<br>
TEXT HERE
</div>
</body>
</html>