if i change :
- Code: Select all
<div>
<h3>Cloud Hosting</h3>
<ul>
<li><a href="#">Managed Private Cloud</a></li>
<li><a href="#">Hyrbid Hosting</a></li>
<li><a href="#">Cloud Computing</a></li>
<li><a href="#">Cloud Storage</a></li>
</ul>
</div>
to (i.e.)
- Code: Select all
<div>
<h3>Cloud Hosting</h3>
<ul>
<li><a href="index.php?option=com_content&view=article&id=94:agb&catid=39:rechtliches&Itemid=640" ">Managed Private Cloud</a></li>
<li><a href="#">Hyrbid Hosting</a></li>
<li><a href="#">Cloud Computing</a></li>
<li><a href="#">Cloud Storage</a></li>
</ul>
the page just reload itself with the same content (home) but the content behind that link does not get displayed / opened .
why ?