Forum Moderators: phranque
I have designed a menu using CSS and block <li> statements that works fine, however the code must be a certain way.
Other people need to edit these pages which are templates. They only edit content and go nowhere near the actual menu however the program used (EditAce and M$ Visual Studio) likes to alter the code and put it in a neat list. This screws my menu up as it sticks gaps in between the CSS elements that shouldnt be there.
My question is this:
Is there a HTML or javascript tag that I can put at the beginning and end of the code to stop any other program messing with it. Such as :
<leave this as it is>
menu code
</leave this as it is>