Hi Brian,
Here is my updated 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 width="36%" valign="top" nowrap="nowrap"><div align="center">
<?php if (mosCountModules('user1')>0) mosLoadModules('user1',0); ?>
</div></td>
<td width="64%" align="center" valign="middle"><div align="center"><img src="/joomla/Test1/<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/"; ?>template_thumbnail.png" alt="logo" width="149" height="117" /></div></td>
</tr>
</table>
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td width="150" valign="top"><div align="center">
<?php if (mosCountModules('left')>0) mosLoadModules('left',0); ?>
</div></td>
<td valign="top"><?php mosMainBody(); ?></td>
<td width="150" valign="top"><div align="center"><?php if (mosCountModules('right')>0) mosLoadModules('right',0); ?>
<?php if (mosCountModules('user2')>0) mosLoadModules('user2',0); ?>
</div></td>
</tr>
</table>
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td div align="center">
<?php include_once('includes/footer.php'); ?></td>
</tr>
</table>
</body>
</html>
As you can see, I have followed your instructions and have the image in the images folder and converted to CMS. Still not showing.
Regarding the iframe for newsflash, you made the program right?