HTML anchor
HejsaNu har jeg vist stirret mig blindt på noget.
På en side har jeg følgende links:
<a href="galleri.asp#polo_rvs_turbo">
<a href="galleri.asp#avensis_etabeta_syncro">
<a href="galleri.asp#golf_3_borbet">
På en anden side ( galleri.asp )har jeg så følgende kode:
--------------------------------
<tr>
<td height="16" valign="top" class="overnormal"><div align="right"><a href="java script:history.go(-1)" class="txtlinks"><img src="image/back.gif" width="32" height="11" border="0" alt="Tilbage"></a><br>
</div></td>
</tr>
<a name="polo_rvs_turbo"></a>
<tr>
<td height="16" valign="top" class="overnormal"><img src="image/galleri/polo_rvs_turbo.jpg" width="500" height="300" border="1"></td>
</tr>
<tr>
<td height="16" valign="top" class="overnormal"><img src="image/galleri/polo_rvs_turbo_1.jpg" width="500" height="300" border="1"></td>
</tr>
<a name="avensis_etabeta_syncro"></a>
<tr>
<td height="16" valign="top" class="overnormal"><img src="image/galleri/toyota_avensis.jpg" width="500" height="300" border="1"></td>
</tr>
<tr>
<td height="16" valign="top" class="overnormal"><img src="image/galleri/toyota_avensis_1.jpg" width="500" height="300" border="1"></td>
</tr>
<tr>
<td height="16" valign="top" class="overnormal"><img src="image/galleri/toyota_avensis_2.jpg" width="500" height="300" border="1"></td>
</tr>
<a name="golf_3_borbet"></a>
<tr>
<td height="16" valign="top" class="overnormal"><img src="image/galleri/golf_3_borbet.jpg" width="500" height="300" border="1"></td>
</tr>
<tr>
<td height="16" valign="top" class="overnormal"><img src="image/galleri/golf_3_borbet_2.jpg" width="500" height="300" border="1"></td>
</tr>
<tr>
<td height="16" valign="top" class="overnormal"> </td>
</tr>
<tr>
<td height="16" valign="top" class="overnormal"> </td>
</tr>
-------------------------------------------
Hvorfor pokker virker mine anchors ikke?
På forhånd mange tak...
