|
Try to use lowercase for tags instead. You might also want to close each one properly, such as <h1>.
It's also best to wrap a div or span around both the h1 and image, and center that altogether.
__________________
$gocore = new gakoyucore();
$con = mysql_connect($gocore->server, $gocore->username, $gocore->password) or die(mysql_error());
|