I tried, first, to do it with those 5 links on the bottom right of that top banner. This is what I did on index.shtml:
Code:
<tr>
<td class="TopMenuWrapper_Cell">
<!-- PAGE TOP MENU CONTENT -->
<div class="TopMenuWrapper">
<SSI CODE WHATEVER IT IS I PUT HERE>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
I then added
Code:
<tr>
<td class="TopMenuWrapper_Cell">
<!-- PAGE TOP MENU CONTENT -->
<div class="TopMenuWrapper">
<!-- Begin Top Navigation -->
<div class="BeginNavigationImage">
</div>
<div class="TopMenuItem">
<a class="TopMenuListItemLink" hre###f="games"><strike>Xbox 360 Games List</strike></a></div>
<div class="TopMenuItem">
<a class="TopMenuListItemLink" hre###f="contact"><strike>Contact XA Staff</strike></a></div>
<div class="TopMenuItem">
<a class="TopMenuListItemLink" href="http://txboxr.newsit.es">The Xbox Resource</a></div>
<div class="TopMenuItem">
<a class="TopMenuListItemLink" href="http://xbox360-forums.com">Xbox360-Forums</a>
</div>
<div class="TopMenuItem">
<a class="TopMenuListItemLink" href="/xboxattacker/">XboxAttacker Home</a>
</div>
<div class="EndNavigationImage">
</div>
<!-- End Top Navigation -->
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
to a .txt file.