I've been using Maguma for a couple of weeks now, and although i find it unbelievably helpful for php coding, it's treatment of HTML is driving me nuts!
Is there a trick to using it properly, or do people turn it's guess work off because it's too annoying? For example, if i try to do a simple bit of code:
<a href="index.htm" target="top">This is a link with an image<img src="1.jpg" alt="Link image" width="50" height="50"></a>
i have to go through all this:
I type "<a " and it inserts "<alt=[string]>"
so i delete the "lt=[string]> bit, press space again, and now i get
"<a<ABBR>".
Eventually I'm okay until the "<img" bit at which point it changes my input to:
"<img=[url]>", which is a bit of a bugger since img shouldnt have a "=" after it, etc etc.
I'm finding it rather frustrating - is there something i'm missing with the way maguma works, or is it something that just takes some getting used to (or someway of turning the darn thing off!)
Thanks in advance as ever.