I've run into a weird problem - I think. Whenever or wherever I try to add this code:
Code: Select all
<div id="kulturretur">
<div class="hcss_menu">
<ul class="act_path">
<li class="sub_ul"><a href="http://www.kulturretur.dk">KulturReturs teams</a>
<ul>
<li class="sub_no"><a href="http://www.team-island.dk">Team Island</a></li>
<li class="sub_no"><a href="http://www.team-groenland.dk">Team Grønland</a></li>
<li class="sub_no"><a href="http://www.team-rumaenien.dk">Team Rumænien</a></li>
</ul>
</li>
</ul>
</div>
</div>
(Error code 400).Bad Request
Your browser sent a request that this server could not understand.
I've tried to add the text as content type "html", "plain text" and "wysiwyg html" and no matter what I get same response from the browser
I'm running phpwcms 1.3.5
Any ideas?

tester