creole,
Sorry for the confusion. I just meant that my code looks like this:
Code:
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">
<tr height="8">
<td><img src="images/layout/blank.gif" height="8" width="1" alt="Spacer" border="0"></td>
</tr>
<tr height="35">
<td><img src="images/layout/headers/clients.gif" height="35" width="620" alt="Client List" border="0"></td>
</tr>
<tr>
<td background="images/layout/content-bg.gif" valign="top">
<table width="100%" cellspacing="0" cellpadding="5" border="0">
<tr>
<td bgcolor="#FFFFFF" background="images/layout/content-bg.gif" valign="top">
<!-- ******************************* -->
<!-- * BEGIN MAIN CONTENT AREA * -->
<!-- ******************************* -->...
See where it says "clients.gif"? That's the image that has the title of the page. Instead of including this big table in every page, I want to use SSI variables to print out the name of the image. The variables would then be defined at the top of the individual pages.
So, my question is: what's wrong with the original code I posted?
Thanks,
-Corbb
Bookmarks