<?php
$comment_data = array(array(
"comment_author" => "Katherine Hartwig",
"comment_date" => "2008-02-13 22:42:55",
"comment_content" => "I had the exact same problem. I even tried giving it a class, and when that didn\'t work, an id. It still did not work. I just put a comment about it in my CSS file. I was planning to ask about it in class or something.",
),
array(
"comment_author" => "Elena",
"comment_date" => "2008-02-14 10:47:34",
"comment_content" => "Use CSS, as in\r\n\r\n<div style=\"text-align: center\">\r\n...\r\n</div>\r\n\r\nThis is XHTML-compliant. \r\n\r\nCheers,\r\nElena",
))
?>