
05-25-2009, 03:44 PM
|
 |
pp veteran
|
|
Join Date: Sep 2008
Location: Tucson, Arizona
Posts: 50
|
|
- First, the template is designed around maximum width of 720px. If you want to support larger images edit the CSS file. Look for 720px (i think it is in there twice, and increase it)
- Second, you are serving XHTML, so "<?xml version="1.0" encoding="UTF-8"?>\n" is not valid. it should be "<?xml version="1.0" encoding="UTF-8"?>" with a newline after it. If you are trying to do the XHTML hack on index.php, just remove it, its not 100% necessary, you need to have a better understanding of XHTML/PHP to do that hack.
|