Hi, so I want to ask something regarding the HTML tag
for some reason, if there are quotation marks in a <div>, <img> or <a href> tag, it does not recognize them (thus not color them in their respective colors). However, the ending tags (</div> and </a>) are recognized with no problems.
Here's an example:
However, when I c/p from someone else's HTML tag (where it is correctly colored), it appears as correctly colored. I tried to find on my own what's causing this, but unsuccessfully. It will be appreciated if someone explains what am I doing wrong
(P.S. Notepad++ recognizes the tags, which is confusing me even more).
EDIT: OK nevermind, it seems like preview is just really bad, sorry for posting and later just disregarding it. But what is up with Preview anyways to do this?
for some reason, if there are quotation marks in a <div>, <img> or <a href> tag, it does not recognize them (thus not color them in their respective colors). However, the ending tags (</div> and </a>) are recognized with no problems.
Here's an example:
HTML:
<div class ="test">
<img src="//play.pokemonshowdown.com/sprites/xyani/rotom.gif" alt="Rotom"/>
</div>
However, when I c/p from someone else's HTML tag (where it is correctly colored), it appears as correctly colored. I tried to find on my own what's causing this, but unsuccessfully. It will be appreciated if someone explains what am I doing wrong
(P.S. Notepad++ recognizes the tags, which is confusing me even more).
EDIT: OK nevermind, it seems like preview is just really bad, sorry for posting and later just disregarding it. But what is up with Preview anyways to do this?



























