is that something I can do or do I need my webhost to do it.
If I can do it wheich .htaccess file is it as there is many in your script
I also notice that "> is the extra part on your sample script, coudl it be that it is incorrect there
here is the souce of your code you can see it
Code:
<!-- google_ad_section_start(weight=ignore) -->
<table width="100%" align="center">
<tr>
<td><a href="/lang/en<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/american.jpg" alt="English"></a> </td>
<td><a href="/lang/de<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/german.jpg" alt="German"></a> </td>
<td><a href="/lang/es<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/spanish.jpg" alt="Spanish"></a> </td>
<td><a href="/lang/fr<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/french.jpg" alt="French"></a> </td>
<td><a href="/lang/it<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/italian.jpg" alt="Italian"></a> </td>
<td><a href="/lang/pt<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/portuguese.jpg" alt="Portuguese"></a> </td>
<td><a href="/lang/ru<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/russian.gif" alt="Russian"></a> </td>
<td><a href="/lang/ja<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/japanese.jpg" alt="Japanese"></a> </td>
<td><a href="/lang/ko<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/korean.jpg" alt="Korean"></a> </td>
<td><a href="/lang/zh-TW<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/chinese.png" alt="Traditional Chinese"></a> </td>
<td><a href="/lang/zh-CN<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/chinese.gif" alt="Simplified Chinese"></a> </td>
<td><a href="/lang/ar<?php echo $_SERVER["REQUEST_URI"] ?>"><img src="/graphics/saudiarabia.gif" alt="Arabic"></a> </td>
</tr>
</table><!-- google_ad_section_end -->
Bookmarks