I have tried but can not seem to get this to center the divs.
Can anyone please tell me how I do this correctly.
CSS
Code:
.titles { float: left; font-size: 18px; font-weight: bold; text-align: center; width: 203px; background:url(images/titlesbg1.gif) no-repeat bottom center; }
HTML
Code:
<div align="center">
<div class="titles"><a href="?ac=q&phpsession=">left hyperlink</a></div> <div class="titles"><a href="?ac=q&ft=a&phpsession=">right hyperlink</a></div>
</div>
and in case the DOCTYPE makes a difference, the top part of my HTML code.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />