Since viewing the source would not show you the PHP code on a page, I provided the link that you clicked to show you the actual code. Note that any included files are not shown.
index.php
<?php
include '/include/framework.inc';
print($fr_top);
print("<title>CoffeePottery.com</title>\n");
print($fr_head);
?>
<style type="text/css"><!--
#pic1 {
width: 170px;
height:167px;
background-image: url("/images/Crock5.jpg");
float:left;
margin-right: 7px;
}
#pic2 {
width: 450px;
height:300px;
background-image: url("/Claudio/Claudio054.jpg");
}
#info table {
width:600px;
}
#info li {
margin-top: 1em;
margin-left: 3em;
}
#greeting {
text-align: center;
font-size: 1.5em;
line-height: 2em;
font-weight: bold;
}
.text {
font-size:12px;
line-height:15px;
}
--></style>
<?php
print($fr_body_start);
?>
<div id="info">
<div id="greeting"><span>Welcome</span></div>
<table><tr>
<td id="pic1"><!-- img src="/sitebuilder/images/Crock3-270x167.jpg" style="float:left" width="270px" height="167px" alt="Crock"/ --></td>
<td>
<span>On this web site you will find:</span>
<p>A description of the process of making pottery</p>
<p>Pictures and description of pottery created at the CoffePottery Studio</p>
<p>A journal (blog) of happenings at the studio</p>
<p>Pottery Studios in North America with map</p>
<span class="text">Also, there is:</span>
</td>
</tr></table>
<table><tr>
<td>
<ul id="leftcol">
<li><a href="/Claudio">Workshop with Claudio Reginato</a></li>
<li><a href="/books"><span>Some book references</span></a></li>
<li><a href="/coffeepottery"><span>A blurb on the Coffeepottery name</span></a></li>
</ul>
</td>
<td>
<ul id="rightcol">
<li><a href="/snow2008"><span>Snow! in Henderson, NV</span></a></li>
<li><a href="/sunsets"><span>Sunsets from Henderson, NV</span></a></li>
<li><a href="/tips/webtips"><span>Some web site building tips</span></a></li>
</ul>
</td>
</tr></table>
<div id="pic2"></div>
<p></p>
<?php
print($fr_search);
?>
</div>
<?php
print($fr_footer);
print($fr_body_end);