Hi.
I have deleted that template and just started a test one.
I am on Windows XP with DW CS3 and using Joonla 1.0*
Here is the index.php
PHP Code:
<?php
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
$iso = split( '=', _ISO ); echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<!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" content="text/html; <?php echo _ISO; ?>" />
<?php mosShowHead(); ?>
<?php if ($my->id) {initEditor();}?>
<link href="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css";?>" rel="stylesheet" type="text/css" media="all" />
<link rel="shortcut icon" href="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/favicon.ico"; ?>" />
<!-- This so you can see the css styles in DW you can delete file once editing Template is complete-->
<link href="css/template_css.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td><img src="/joomla/Test1/template_thumbnail.png" width="149" height="117" /></td>
</tr>
</table>
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td width="261" valign="top"><div align="center">
<?php if (mosCountModules('user1')>0) mosLoadModules('user1',0); ?>
</div></td>
<td width="218" align="center" valign="middle"><div align="center">
<?php if (mosCountModules('banner')>0) mosLoadModules('banner',0); ?>
</div></td>
<td width="256" valign="top"><div align="center">
<?php if (mosCountModules('user2')>0) mosLoadModules('user2',0); ?>
</div></td>
</tr>
</table>
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td width="150"> </td>
<td> </td>
<td width="150"> </td>
</tr>
</table>
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<p> </p>
<p> </p>
<p> </p>
</body>
</html>
I am just using the thumbnail image to see what the layout will be like with an image. Haven't made the images yet.