Shift+Return Has Stopped Working
i'm using dreamweaver cc on macbook air os x 10.9.2. shift+return not work enter <br>. i'm creating kindle magazine using html within xml file (though amazon wants saved html file). when create new html file first line being <!doctype html>, shift+return work enter <br>. when create new xml file first line being <?xml version="1.0" encoding="utf-8"?>, however, shift+return not enter <br> after supply necessary <html></html> (and header , body tags). there way around (without having first trick dw thinking plain html file , adding xml coding after editing html text)? thanks!
xml files plain text not markup. since <br> (shift+enter) tags not valid in xml files, shouldn't use them. resulting output this:
<br />
are using xslt style data?
nancy o.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment