I've been struggling with the alignment of divs on my website for the past day.
Any tips on how to properly align the image (the text image) inside a div?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" charset="utf-8;" content="text/html" />
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<
Also, how can I ensure that the lower div remains in place when the window is resized or zoomed in or out?