Problem with html javascript programming and the " key.?

Ryan M

New member
So I am trying to program some stuff in an html file, my problem is the " " mark reverts to quotations when I just want it to be the code line. Example
<a href="javascript:showMarketDetails(19724)">Moros</a><br>
vs
<a href=“javascript:CCPEVE.showMarketDetails(20187)”>Obelisk.</a><br>

First one works, second one doesn't because of the " being quotes ( I have to run a find replace macro to get it looking like that... is there anyway in word to change what type it becomes.)
 
Back
Top